We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6d2334 commit b02e210Copy full SHA for b02e210
web/migrations/versions/255e2842e4d7_.py
@@ -26,8 +26,8 @@
26
27
28
def upgrade():
29
- with (op.batch_alter_table("server",
30
- table_kwargs={'sqlite_autoincrement': True}) as batch_op):
+ with op.batch_alter_table("server",
+ table_kwargs={'sqlite_autoincrement': True}) as batch_op:
31
if context.get_impl().bind.dialect.name == "sqlite":
32
batch_op.alter_column('id', autoincrement=True)
33
batch_op.add_column(sa.Column('is_adhoc', sa.Integer(),
0 commit comments