Schedule maker, stats, and minor fixes

This commit is contained in:
Godwin
2016-07-05 22:40:53 -07:00
parent ee3b874110
commit 26f9dfde89
18 changed files with 913 additions and 184 deletions
@@ -0,0 +1,5 @@
class AddBlockToWorkshops < ActiveRecord::Migration
def change
add_column :workshops, :block, :json
end
end
+2 -1
View File
@@ -11,7 +11,7 @@
#
# It's strongly recommended that you check this file into your version control system.
ActiveRecord::Schema.define(version: 20160630233219) do
ActiveRecord::Schema.define(version: 20160703044620) do
# These are extensions that must be enabled in order to support this database
enable_extension "plpgsql"
@@ -415,6 +415,7 @@ ActiveRecord::Schema.define(version: 20160630233219) do
t.string "locale"
t.integer "event_location_id"
t.boolean "needs_facilitators"
t.json "block"
end
end