run_alembic_upgrade
- specatalog.helpers.create_database.run_alembic_upgrade()[source]
Apply all database migrations to bring schema to current version.
Uses Alembic to upgrade the database schema to the latest version defined in the migration scripts.
Notes
Requires valid database connection configuration
Will create all tables and apply all migrations
Prints confirmation message upon completion
- Return type:
None