Skip to content

Commit

Permalink
Index service_instances.service_plan_id (cloudfoundry#3065)
Browse files Browse the repository at this point in the history
  • Loading branch information
will-gant committed Dec 16, 2022
1 parent f83181a commit a1ddfa4
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 a1ddfa4

Please sign in to comment.