server.web.db.migrate
Functions
|
Apply Alembic migrations to the database. |
|
Initialize the database: create if needed, apply migrations. |
|
Drop the database if it exists. |
Module Contents
- server.web.db.migrate.apply_migrations(uri: str, revision: str = 'head') None
Apply Alembic migrations to the database.