mirror of
https://github.com/simple-login/app.git
synced 2025-02-24 15:53:22 +08:00
fix migration name too long
This commit is contained in:
parent
c252665e46
commit
0cf283089d
1 changed files with 4 additions and 3 deletions
|
@ -1,8 +1,8 @@
|
|||
"""empty message
|
||||
|
||||
Revision ID: rename_default_alias_public_domain_id
|
||||
Revision ID: 7c0dbd378cdb
|
||||
Revises: f66ca777f409
|
||||
Create Date: 2020-12-31 14:11:45.429299
|
||||
Create Date: 2020-12-31 14:46:17.781348
|
||||
|
||||
"""
|
||||
import sqlalchemy_utils
|
||||
|
@ -11,7 +11,7 @@ import sqlalchemy as sa
|
|||
|
||||
|
||||
# revision identifiers, used by Alembic.
|
||||
revision = 'rename_default_alias_public_domain_id'
|
||||
revision = '7c0dbd378cdb'
|
||||
down_revision = 'f66ca777f409'
|
||||
branch_labels = None
|
||||
depends_on = None
|
||||
|
@ -24,3 +24,4 @@ def upgrade():
|
|||
|
||||
def downgrade():
|
||||
op.alter_column('users', 'default_alias_public_domain_id', new_column_name='default_random_alias_public_domain_id')
|
||||
|
Loading…
Reference in a new issue