Skip to content
This repository was archived by the owner on Jun 2, 2021. It is now read-only.

Commit a0402f4

Browse files
author
Derik Evangelista
committed
fix: remove leftover line from migration file
1 parent a2792be commit a0402f4

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

db/migrations/20201013153721_add_service_instance_constraint_to_service_bindings.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99

1010
alter_table :service_bindings do
1111
add_unique_constraint [:service_instance_guid, :app_guid], name: :unique_service_binding_service_instance_guid_app_guid
12-
add_unique_constraint [:app_id, :route_id, :app_port], name: :apps_routes_app_id_route_id_app_port_key
1312
end
1413
end
1514

0 commit comments

Comments
 (0)