summaryrefslogtreecommitdiff
path: root/db/migrate/20160508194200_remove_wall_enabled_from_projects.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/migrate/20160508194200_remove_wall_enabled_from_projects.rb')
-rw-r--r--db/migrate/20160508194200_remove_wall_enabled_from_projects.rb6
1 files changed, 0 insertions, 6 deletions
diff --git a/db/migrate/20160508194200_remove_wall_enabled_from_projects.rb b/db/migrate/20160508194200_remove_wall_enabled_from_projects.rb
deleted file mode 100644
index 4edbeb09f74..00000000000
--- a/db/migrate/20160508194200_remove_wall_enabled_from_projects.rb
+++ /dev/null
@@ -1,6 +0,0 @@
-# rubocop:disable all
-class RemoveWallEnabledFromProjects < ActiveRecord::Migration[4.2]
- def change
- remove_column :projects, :wall_enabled, :boolean, default: true, null: false
- end
-end