diff options
-rw-r--r-- | db/migrate/025_add_followup_to_outgoing_message.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/db/migrate/025_add_followup_to_outgoing_message.rb b/db/migrate/025_add_followup_to_outgoing_message.rb index 10fc7adcb..d3bd7444c 100644 --- a/db/migrate/025_add_followup_to_outgoing_message.rb +++ b/db/migrate/025_add_followup_to_outgoing_message.rb @@ -4,6 +4,6 @@ class AddFollowupToOutgoingMessage < ActiveRecord::Migration end def self.down - drop_column :outgoing_messages, :incoming_message_followup_id + remove_column :outgoing_messages, :incoming_message_followup_id end end |