Skip to content

Commit bb8ef74

Browse files
committed
fix: Migration issue
1 parent 3ba7704 commit bb8ef74

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

migrations/versions/862433351ed0_set_up_migrations.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,9 @@
1919
def upgrade():
2020
# ### commands auto generated by Alembic - please adjust! ###
2121
with op.batch_alter_table('banners', schema=None) as batch_op:
22-
batch_op.add_column(sa.Column('order', sa.Integer(), nullable=True))
2322
batch_op.create_unique_constraint(None, ['id'])
2423

2524
with op.batch_alter_table('recommendations', schema=None) as batch_op:
26-
batch_op.drop_index(batch_op.f('idx_game_id'))
2725
batch_op.create_unique_constraint(None, ['id'])
2826

2927
with op.batch_alter_table('time_played', schema=None) as batch_op:

0 commit comments

Comments
 (0)