Commit 70e9b713 authored by Oswaldo Ferreira's avatar Oswaldo Ferreira

Address all_queues.yml sidekiq_queues.yml schema.rb conflicts

parent e9df95a9
......@@ -116,7 +116,6 @@
- web_hook
- repository_update_remote_mirror
- create_note_diff_file
<<<<<<< HEAD
# EE-specific queues
......@@ -177,5 +176,3 @@
- rebase
- repository_update_mirror
- chat_notification
=======
>>>>>>> upstream/master
......@@ -76,7 +76,6 @@
- [repository_update_remote_mirror, 1]
- [repository_remove_remote, 1]
- [create_note_diff_file, 1]
<<<<<<< HEAD
# EE-specific queues
- [ldap_group_sync, 2]
......@@ -97,6 +96,3 @@
- geo_file_download
- geo_project_sync
- geo_repository_shard_sync
=======
>>>>>>> upstream/master
......@@ -2898,11 +2898,8 @@ ActiveRecord::Schema.define(version: 20180521171529) do
add_foreign_key "merge_requests_closing_issues", "merge_requests", on_delete: :cascade
add_foreign_key "milestones", "namespaces", column: "group_id", name: "fk_95650a40d4", on_delete: :cascade
add_foreign_key "milestones", "projects", name: "fk_9bd0a0c791", on_delete: :cascade
<<<<<<< HEAD
add_foreign_key "namespace_statistics", "namespaces", on_delete: :cascade
add_foreign_key "namespaces", "plans", name: "fk_fdd12e5b80", on_delete: :nullify
=======
>>>>>>> upstream/master
add_foreign_key "note_diff_files", "notes", column: "diff_note_id", on_delete: :cascade
add_foreign_key "notes", "projects", name: "fk_99e097b079", on_delete: :cascade
add_foreign_key "oauth_openid_requests", "oauth_access_grants", column: "access_grant_id", name: "fk_oauth_openid_requests_oauth_access_grants_access_grant_id"
......
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