mirror of
https://pagure.io/fm-orchestrator.git
synced 2026-02-03 05:03:43 +08:00
Add SQLite support for the downgrade function in 40b2c7d988d7_add_reused_module_id_column.py
This commit is contained in:
@@ -20,4 +20,5 @@ def upgrade():
|
||||
|
||||
|
||||
def downgrade():
|
||||
op.drop_column('module_builds', 'reused_module_id')
|
||||
with op.batch_alter_table('module_builds', schema=None) as batch_op:
|
||||
batch_op.drop_column('reused_module_id')
|
||||
|
||||
Reference in New Issue
Block a user