summaryrefslogtreecommitdiff
path: root/db/migrate/20160508215820_add_type_to_notes.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/migrate/20160508215820_add_type_to_notes.rb')
-rw-r--r--db/migrate/20160508215820_add_type_to_notes.rb5
1 files changed, 0 insertions, 5 deletions
diff --git a/db/migrate/20160508215820_add_type_to_notes.rb b/db/migrate/20160508215820_add_type_to_notes.rb
deleted file mode 100644
index 343743a589c..00000000000
--- a/db/migrate/20160508215820_add_type_to_notes.rb
+++ /dev/null
@@ -1,5 +0,0 @@
-class AddTypeToNotes < ActiveRecord::Migration[4.2]
- def change
- add_column :notes, :type, :string
- end
-end