Skip to content

Commit 45fc136

Browse files
committed
add noop reverse_sql
1 parent 36a1dac commit 45fc136

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/sentry/workflow_engine/migrations/0066_workflow_action_group_status_table.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ class Migration(CheckedMigration):
3232
operations = [
3333
SafeRunSQL(
3434
"""DROP TABLE IF EXISTS workflow_engine_workflowactiongroupstatus;""",
35+
reverse_sql=migrations.RunSQL.noop,
3536
hints={"tables": ["workflow_engine_workflowactiongroupstatus"]},
3637
), # this migration was successfully run in S4S and DE, partially succeeded in US
3738
migrations.CreateModel(

0 commit comments

Comments
 (0)