What's Changed
- Database migrations now tracked in git —
migrations/removed from.gitignore - Replaced
db-init.pywith migration-based initialization (flask db upgrade) - Removed one-time
/admin/set-org-if-zeroendpoint, replaced with standalonescripts/migrate_v0x_to_v1.py - Fixed Flask-SQLAlchemy deprecation warning in Alembic
env.py - Template URLs changed to use
url_forhelper, removed unusedrule.htmltemplate db-init.pyandcreate-admin.pymoved toscripts/— all setup scripts now live underscripts/
Full Changelog: 1.2.1...1.2.2