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

Commit a2792be

Browse files
author
Derik Evangelista
committed
fix: make rubocop happy
1 parent ff97a50 commit a2792be

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

db/migrations/20201013153721_add_service_instance_constraint_to_service_bindings.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
Sequel.migration do
22
up do
33
# We are assuming with this DB migration that the service_bindings table currently
4-
# has no duplicate rows, according to the unique constraint of
4+
# has no duplicate rows, according to the unique constraint of
55
# (service_instance_guid, app_guid). This migration will fail otherwise.
6-
#
7-
# Please manually remove duplicate entries from the database if
6+
#
7+
# Please manually remove duplicate entries from the database if
88
# this migration is failing.
99

1010
alter_table :service_bindings do

0 commit comments

Comments
 (0)