mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
Rooms belong to venue
This commit is contained in:
parent
feabbfbc99
commit
f840f2b3f0
31 changed files with 221 additions and 166 deletions
|
|
@ -21,6 +21,7 @@ class CreateProgramsTable< ActiveRecord::Migration
|
|||
t.integer :rating, default: 0
|
||||
t.boolean :schedule_public, default: false
|
||||
t.boolean :schedule_fluid, default: false
|
||||
t.timestamps
|
||||
end
|
||||
|
||||
add_column :call_for_papers, :program_id, :integer
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue