Added registration-ticket
Added registration type tickets that will used in the check-in process
This commit is contained in:
parent
9b7562fe2e
commit
f31651ad9c
5 changed files with 12 additions and 2 deletions
|
|
@ -0,0 +1,5 @@
|
|||
class AddRegistrationTicketToTickets < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :tickets, :registration_ticket, :boolean, default: false
|
||||
end
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue