Merge f952dd7c9b into 139a8565e2
This commit is contained in:
commit
96a92670c6
8 changed files with 44 additions and 2 deletions
|
|
@ -0,0 +1,5 @@
|
|||
class AddPaymentMethodToConferences < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :conferences, :payment_method, :string, default: 'offline', null: false
|
||||
end
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue