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.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/migrate/20151026182941_add_project_path_index.rb b/db/migrate/20151026182941_add_project_path_index.rb
index 117f65c1a1b..bf0444450cd 100644
--- a/db/migrate/20151026182941_add_project_path_index.rb
+++ b/db/migrate/20151026182941_add_project_path_index.rb
@@ -1,5 +1,5 @@
# rubocop:disable all
-class AddProjectPathIndex < ActiveRecord::Migration
+class AddProjectPathIndex < ActiveRecord::Migration[4.2]
def up
add_index :projects, :path
end