summaryrefslogtreecommitdiff
path: root/db/migrate/20150902001023_add_template_to_label.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/migrate/20150902001023_add_template_to_label.rb')
-rw-r--r--db/migrate/20150902001023_add_template_to_label.rb6
1 files changed, 0 insertions, 6 deletions
diff --git a/db/migrate/20150902001023_add_template_to_label.rb b/db/migrate/20150902001023_add_template_to_label.rb
deleted file mode 100644
index 10769f29baa..00000000000
--- a/db/migrate/20150902001023_add_template_to_label.rb
+++ /dev/null
@@ -1,6 +0,0 @@
-# rubocop:disable all
-class AddTemplateToLabel < ActiveRecord::Migration[4.2]
- def change
- add_column :labels, :template, :boolean, default: false
- end
-end \ No newline at end of file