diff options
Diffstat (limited to 'db/migrate/078_expand_stop_new_responses.rb')
-rw-r--r-- | db/migrate/078_expand_stop_new_responses.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/db/migrate/078_expand_stop_new_responses.rb b/db/migrate/078_expand_stop_new_responses.rb index ae0d4db91..24b384ea1 100644 --- a/db/migrate/078_expand_stop_new_responses.rb +++ b/db/migrate/078_expand_stop_new_responses.rb @@ -1,3 +1,4 @@ +# -*- encoding : utf-8 -*- class ExpandStopNewResponses < ActiveRecord::Migration def self.up add_column :info_requests, :allow_new_responses_from, :string |