summaryrefslogtreecommitdiff
path: root/db/migrate/20130318212250_add_snippets_to_features.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/migrate/20130318212250_add_snippets_to_features.rb')
-rw-r--r--db/migrate/20130318212250_add_snippets_to_features.rb6
1 files changed, 0 insertions, 6 deletions
diff --git a/db/migrate/20130318212250_add_snippets_to_features.rb b/db/migrate/20130318212250_add_snippets_to_features.rb
deleted file mode 100644
index 9860b85f504..00000000000
--- a/db/migrate/20130318212250_add_snippets_to_features.rb
+++ /dev/null
@@ -1,6 +0,0 @@
-# rubocop:disable all
-class AddSnippetsToFeatures < ActiveRecord::Migration
- def change
- add_column :projects, :snippets_enabled, :boolean, null: false, default: true
- end
-end