summaryrefslogtreecommitdiff
path: root/db/migrate/20151026182941_add_project_path_index.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/migrate/20151026182941_add_project_path_index.rb')
-rw-r--r--db/migrate/20151026182941_add_project_path_index.rb10
1 files changed, 0 insertions, 10 deletions
diff --git a/db/migrate/20151026182941_add_project_path_index.rb b/db/migrate/20151026182941_add_project_path_index.rb
deleted file mode 100644
index bf0444450cd..00000000000
--- a/db/migrate/20151026182941_add_project_path_index.rb
+++ /dev/null
@@ -1,10 +0,0 @@
-# rubocop:disable all
-class AddProjectPathIndex < ActiveRecord::Migration[4.2]
- def up
- add_index :projects, :path
- end
-
- def down
- remove_index :projects, :path
- end
-end