summaryrefslogtreecommitdiff
path: root/db/migrate/20150930095736_add_null_to_name_for_ci_projects.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/migrate/20150930095736_add_null_to_name_for_ci_projects.rb')
-rw-r--r--db/migrate/20150930095736_add_null_to_name_for_ci_projects.rb9
1 files changed, 0 insertions, 9 deletions
diff --git a/db/migrate/20150930095736_add_null_to_name_for_ci_projects.rb b/db/migrate/20150930095736_add_null_to_name_for_ci_projects.rb
deleted file mode 100644
index 181f9f059ac..00000000000
--- a/db/migrate/20150930095736_add_null_to_name_for_ci_projects.rb
+++ /dev/null
@@ -1,9 +0,0 @@
-class AddNullToNameForCiProjects < ActiveRecord::Migration[4.2]
- def up
- change_column_null :ci_projects, :name, true
- end
-
- def down
- change_column_null :ci_projects, :name, false
- end
-end