Changed paragraph font to Queulat and started work on the schedule maker
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class AddWorkshopBlocksToConferences < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :conferences, :workshop_blocks, :json
|
||||
end
|
||||
end
|
||||
+2
-1
@@ -11,7 +11,7 @@
|
||||
#
|
||||
# It's strongly recommended that you check this file into your version control system.
|
||||
|
||||
ActiveRecord::Schema.define(version: 20160622011811) do
|
||||
ActiveRecord::Schema.define(version: 20160630233219) do
|
||||
|
||||
# These are extensions that must be enabled in order to support this database
|
||||
enable_extension "plpgsql"
|
||||
@@ -127,6 +127,7 @@ ActiveRecord::Schema.define(version: 20160622011811) do
|
||||
t.string "day_parts"
|
||||
t.string "registration_status"
|
||||
t.json "meals"
|
||||
t.json "workshop_blocks"
|
||||
end
|
||||
|
||||
create_table "delayed_jobs", force: :cascade do |t|
|
||||
|
||||
Reference in New Issue
Block a user