Commit a398d38b authored by Timothy Andrew's avatar Timothy Andrew

Remove extra calls to `add_foreign_key` in `db/schema.rb`

- Presumably got in during conflict resolution
- This was causing the build to fail (constraint name already taken)
parent 8fe61bbd
......@@ -1355,9 +1355,6 @@ ActiveRecord::Schema.define(version: 20160915201649) do
add_foreign_key "merge_requests_closing_issues", "merge_requests", on_delete: :cascade
add_foreign_key "path_locks", "projects"
add_foreign_key "path_locks", "users"
add_foreign_key "merge_request_metrics", "merge_requests", on_delete: :cascade
add_foreign_key "merge_requests_closing_issues", "issues", on_delete: :cascade
add_foreign_key "merge_requests_closing_issues", "merge_requests", on_delete: :cascade
add_foreign_key "personal_access_tokens", "users"
add_foreign_key "protected_branch_merge_access_levels", "protected_branches"
add_foreign_key "protected_branch_merge_access_levels", "users"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment