Merge branch 'master' into ticket-turnover-bug
This commit is contained in:
commit
cf4271a5d2
58 changed files with 155 additions and 43 deletions
|
|
@ -10,7 +10,7 @@
|
|||
#
|
||||
# It's strongly recommended that you check this file into your version control system.
|
||||
|
||||
ActiveRecord::Schema.define(version: 20171130172334) do
|
||||
ActiveRecord::Schema.define(version: 20171201163628) do
|
||||
|
||||
create_table "ahoy_events", force: :cascade do |t|
|
||||
t.integer "visit_id"
|
||||
|
|
@ -145,6 +145,7 @@ ActiveRecord::Schema.define(version: 20171130172334) do
|
|||
t.datetime "created_at"
|
||||
t.datetime "updated_at"
|
||||
t.string "sponsor_email"
|
||||
t.string "mastodon"
|
||||
end
|
||||
|
||||
create_table "delayed_jobs", force: :cascade do |t|
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue