Option for proposal changes

This commit is contained in:
differentreality 2013-07-28 11:48:56 +03:00
parent f905bb8f8f
commit d9d889eb9f
3 changed files with 7 additions and 1 deletions

View file

@ -0,0 +1,5 @@
class AddScheduleChangesToCallForPapers < ActiveRecord::Migration
def change
add_column :call_for_papers, :schedule_changes, :boolean, :default => 0
end
end