Skip to content

Commit

Permalink
Index service_instances.service_plan_id (#3065)
Browse files Browse the repository at this point in the history
  • Loading branch information
will-gant authored Nov 23, 2022
1 parent 77282cc commit c84581a
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Sequel.migration do
change do
alter_table :service_instances do
add_index :service_plan_id, name: :si_service_plan_id_index
end
end
end

0 comments on commit c84581a

Please sign in to comment.