summaryrefslogtreecommitdiff
path: root/db/migrate/20160320204112_index_namespaces_on_visibility_level.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/migrate/20160320204112_index_namespaces_on_visibility_level.rb')
-rw-r--r--db/migrate/20160320204112_index_namespaces_on_visibility_level.rb8
1 files changed, 0 insertions, 8 deletions
diff --git a/db/migrate/20160320204112_index_namespaces_on_visibility_level.rb b/db/migrate/20160320204112_index_namespaces_on_visibility_level.rb
deleted file mode 100644
index 9692def430c..00000000000
--- a/db/migrate/20160320204112_index_namespaces_on_visibility_level.rb
+++ /dev/null
@@ -1,8 +0,0 @@
-# rubocop:disable all
-class IndexNamespacesOnVisibilityLevel < ActiveRecord::Migration[4.2]
- def change
- unless index_exists?(:namespaces, :visibility_level)
- add_index :namespaces, :visibility_level
- end
- end
-end