Merge branch 'master' into indentation_fix
This commit is contained in:
commit
ab773c74c3
28 changed files with 1214 additions and 34 deletions
|
|
@ -0,0 +1,8 @@
|
|||
class AddStateCfpActiveAndSubmitterReferenceToTracks < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :tracks, :state, :string
|
||||
add_column :tracks, :cfp_active, :boolean
|
||||
add_column :tracks, :submitter_id, :integer
|
||||
add_index :tracks, :submitter_id
|
||||
end
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue