Support forcing the order of rooms in the schedule
This commit is contained in:
parent
02f0d4a254
commit
a9d6faf1a3
6 changed files with 17 additions and 6 deletions
5
db/migrate/20200716181602_add_order_to_rooms.rb
Normal file
5
db/migrate/20200716181602_add_order_to_rooms.rb
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
class AddOrderToRooms < ActiveRecord::Migration[5.2]
|
||||
def change
|
||||
add_column :rooms, :order, :int
|
||||
end
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue