mirror of
https://github.com/simple-login/app.git
synced 2025-02-23 23:34:05 +08:00
Fix migration
This commit is contained in:
parent
b95d815e5c
commit
7bb7b92595
1 changed files with 5 additions and 5 deletions
|
@ -1,8 +1,8 @@
|
|||
"""empty message
|
||||
|
||||
Revision ID: 0cfbb70ce235
|
||||
Revises: 925b93d92809
|
||||
Create Date: 2020-05-07 22:40:06.773148
|
||||
Revision ID: a3a7c518ea70
|
||||
Revises: bdf76f4b65a2
|
||||
Create Date: 2020-05-09 18:33:49.991172
|
||||
|
||||
"""
|
||||
import sqlalchemy_utils
|
||||
|
@ -11,8 +11,8 @@ import sqlalchemy as sa
|
|||
|
||||
|
||||
# revision identifiers, used by Alembic.
|
||||
revision = '0cfbb70ce235'
|
||||
down_revision = '925b93d92809'
|
||||
revision = 'a3a7c518ea70'
|
||||
down_revision = 'bdf76f4b65a2'
|
||||
branch_labels = None
|
||||
depends_on = None
|
||||
|
Loading…
Reference in a new issue