parent
861dbc854e
commit
91cb6e29d5
@ -0,0 +1,9 @@
|
||||
class AddOpenAnonymousEvaluation < ActiveRecord::Migration
|
||||
def up
|
||||
add_column :bids, :open_anonymous_evaluation, :integer, default: 1
|
||||
end
|
||||
|
||||
def down
|
||||
remove_column :bids, :open_anonymous_evaluation
|
||||
end
|
||||
end
|
Loading…
Reference in new issue