diff options
Diffstat (limited to 'db/migrate/20160416190505_remove_note_is_award.rb')
-rw-r--r-- | db/migrate/20160416190505_remove_note_is_award.rb | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/db/migrate/20160416190505_remove_note_is_award.rb b/db/migrate/20160416190505_remove_note_is_award.rb deleted file mode 100644 index dd24917feb9..00000000000 --- a/db/migrate/20160416190505_remove_note_is_award.rb +++ /dev/null @@ -1,6 +0,0 @@ -# rubocop:disable all -class RemoveNoteIsAward < ActiveRecord::Migration - def change - remove_column :notes, :is_award, :boolean - end -end |