Merge master tidy routes
This commit is contained in:
commit
de8b06c4b3
120 changed files with 1321 additions and 1293 deletions
|
|
@ -0,0 +1,5 @@
|
|||
class AddSubmissionInstructionsToEventTypes < ActiveRecord::Migration[5.2]
|
||||
def change
|
||||
add_column :event_types, :submission_instructions, :text
|
||||
end
|
||||
end
|
||||
|
|
@ -10,7 +10,7 @@
|
|||
#
|
||||
# It's strongly recommended that you check this file into your version control system.
|
||||
|
||||
ActiveRecord::Schema.define(version: 2021_03_03_052026) do
|
||||
ActiveRecord::Schema.define(version: 2021_03_06_185903) do
|
||||
|
||||
# These are extensions that must be enabled in order to support this database
|
||||
enable_extension "plpgsql"
|
||||
|
|
@ -222,6 +222,7 @@ ActiveRecord::Schema.define(version: 2021_03_03_052026) do
|
|||
t.integer "program_id"
|
||||
t.datetime "created_at"
|
||||
t.datetime "updated_at"
|
||||
t.text "submission_instructions"
|
||||
end
|
||||
|
||||
create_table "event_users", force: :cascade do |t|
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue