Skip to content

version 1.2.2

Latest

Choose a tag to compare

@jirivrany jirivrany released this 19 Feb 20:29
82e5e38

What's Changed

  • Database migrations now tracked in gitmigrations/ removed from .gitignore
  • Replaced db-init.py with migration-based initialization (flask db upgrade)
  • Removed one-time /admin/set-org-if-zero endpoint, replaced with standalone scripts/migrate_v0x_to_v1.py
  • Fixed Flask-SQLAlchemy deprecation warning in Alembic env.py
  • Template URLs changed to use url_for helper, removed unused rule.html template
  • db-init.py and create-admin.py moved to scripts/ — all setup scripts now live under scripts/

Full Changelog: 1.2.1...1.2.2