Skip to content

Commit c5b835c

Browse files
committed
Additional index
1 parent 687fdb9 commit c5b835c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/dynflow/persistence_adapters/sequel_migrations/025_create_execution_plan_dependencies.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
foreign_key :execution_plan_uuid, :dynflow_execution_plans, on_delete: :cascade, **column_properties
1313
foreign_key :blocked_by_uuid, :dynflow_execution_plans, on_delete: :cascade, **column_properties
1414
index :blocked_by_uuid
15+
index :execution_plan_uuid
1516
end
1617
end
1718

0 commit comments

Comments
 (0)