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.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/db/migrate/20130506085413_add_type_to_key.rb b/db/migrate/20130506085413_add_type_to_key.rb
index 315e7ca77b3..c9f1ee4e389 100644
--- a/db/migrate/20130506085413_add_type_to_key.rb
+++ b/db/migrate/20130506085413_add_type_to_key.rb
@@ -1,3 +1,4 @@
+# rubocop:disable all
class AddTypeToKey < ActiveRecord::Migration
def change
add_column :keys, :type, :string