smah.database.migration
Classes
- class smah.database.migration.Migration[source]
Bases:
object- MIGRATIONS_DIR = '/home/docs/checkouts/readthedocs.org/user_builds/smah/checkouts/stable/smah/database/migrations'
- static apply_migration(database: Database, migration: dict, silent: bool = False, exit_on_finish: bool = True) tuple[source]
- static migrate(database: Database, args: Namespace, silent: bool = False, exit_on_finish: bool = True) tuple[source]