summaryrefslogtreecommitdiff
path: root/db/migrate/20130506085413_add_type_to_key.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/migrate/20130506085413_add_type_to_key.rb')
-rw-r--r--db/migrate/20130506085413_add_type_to_key.rb6
1 files changed, 0 insertions, 6 deletions
diff --git a/db/migrate/20130506085413_add_type_to_key.rb b/db/migrate/20130506085413_add_type_to_key.rb
deleted file mode 100644
index c9f1ee4e389..00000000000
--- a/db/migrate/20130506085413_add_type_to_key.rb
+++ /dev/null
@@ -1,6 +0,0 @@
-# rubocop:disable all
-class AddTypeToKey < ActiveRecord::Migration
- def change
- add_column :keys, :type, :string
- end
-end