summaryrefslogtreecommitdiff
path: root/db/migrate/20201203144655_add_allow_to_edit_commit_to_project_settings.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/migrate/20201203144655_add_allow_to_edit_commit_to_project_settings.rb')
-rw-r--r--db/migrate/20201203144655_add_allow_to_edit_commit_to_project_settings.rb15
1 files changed, 0 insertions, 15 deletions
diff --git a/db/migrate/20201203144655_add_allow_to_edit_commit_to_project_settings.rb b/db/migrate/20201203144655_add_allow_to_edit_commit_to_project_settings.rb
deleted file mode 100644
index fb2f7366955..00000000000
--- a/db/migrate/20201203144655_add_allow_to_edit_commit_to_project_settings.rb
+++ /dev/null
@@ -1,15 +0,0 @@
-# frozen_string_literal: true
-
-class AddAllowToEditCommitToProjectSettings < ActiveRecord::Migration[6.0]
- include Gitlab::Database::MigrationHelpers
-
- DOWNTIME = false
-
- def up
- # no-op
- end
-
- def down
- # no-op
- end
-end