Created a new payment admin page
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class AddPaymentMessageToConference < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :conferences, :payment_message, :text
|
||||
end
|
||||
end
|
||||
@@ -0,0 +1,5 @@
|
||||
class AddPaymentAmountsToConference < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :conferences, :payment_amounts, :json
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user