mirror of
https://github.com/simple-login/app.git
synced 2024-11-10 17:35:27 +08:00
fix migration
This commit is contained in:
parent
c1438944f1
commit
e239be504c
1 changed files with 5 additions and 5 deletions
|
@ -1,8 +1,8 @@
|
|||
"""empty message
|
||||
|
||||
Revision ID: b0ec969cb693
|
||||
Revises: d4e4488a0032
|
||||
Create Date: 2019-12-27 23:43:15.822463
|
||||
Revision ID: 696e17c13b8b
|
||||
Revises: e409f6214b2b
|
||||
Create Date: 2019-12-29 10:43:29.169736
|
||||
|
||||
"""
|
||||
import sqlalchemy_utils
|
||||
|
@ -11,8 +11,8 @@ import sqlalchemy as sa
|
|||
|
||||
|
||||
# revision identifiers, used by Alembic.
|
||||
revision = 'b0ec969cb693'
|
||||
down_revision = 'd4e4488a0032'
|
||||
revision = '696e17c13b8b'
|
||||
down_revision = 'e409f6214b2b'
|
||||
branch_labels = None
|
||||
depends_on = None
|
||||
|
Loading…
Reference in a new issue