mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2024-11-14 16:55:42 +00:00
Change migrationscript running order
This commit is contained in:
parent
4e6aec3575
commit
7be410d66a
@ -1,7 +1,7 @@
|
||||
"""Add profile pages columns to users table
|
||||
|
||||
Revision ID: 4820fa2e3ee2
|
||||
Revises: 31b9c0259e6b
|
||||
Revises: f2656133df2f
|
||||
Create Date: 2022-11-30 10:03:49.080576
|
||||
|
||||
"""
|
||||
@ -9,7 +9,7 @@ from alembic import op
|
||||
import sqlalchemy as sa
|
||||
|
||||
revision = '4820fa2e3ee2'
|
||||
down_revision = '31b9c0259e6b'
|
||||
down_revision = 'f2656133df2f'
|
||||
branch_labels = None
|
||||
depends_on = None
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user