Make open source
This commit is contained in:
5
db/migrate/20180804103058_create_attendees.rb
Normal file
5
db/migrate/20180804103058_create_attendees.rb
Normal file
@ -0,0 +1,5 @@
|
||||
class CreateAttendees < ActiveRecord::Migration[5.1]
|
||||
def change
|
||||
create_view :attendees
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user