schema changes, part #2
This commit is contained in:
parent
073b8f2367
commit
1987fae304
2 changed files with 314 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
"""empty message
|
||||
|
||||
Sorry, due to unattended changes, upgrade from 1.0.0 is not possible. Sorry.
|
||||
Sorry, due to unattended changes, upgrade from 1.0.0 is not reliable and untested. Sorry.
|
||||
|
||||
Revision ID: ae0587e14725
|
||||
Revises:
|
||||
|
|
@ -15,7 +15,7 @@ from sqlalchemy.dialects import mysql
|
|||
|
||||
# revision identifiers, used by Alembic.
|
||||
revision: str = 'ae0587e14725'
|
||||
down_revision: Union[str, None] = None
|
||||
down_revision: Union[str, None] = 'ebde30d24167'
|
||||
branch_labels: Union[str, Sequence[str], None] = None
|
||||
depends_on: Union[str, Sequence[str], None] = None
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue