Add possibility to link to mastodon

This commit is contained in:
Jan-Frederik Rieckers 2017-12-01 20:40:46 +01:00 committed by Ana María Martínez Gómez
parent 979377f2df
commit e1e0bdb4fc
13 changed files with 92 additions and 4 deletions

View file

@ -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|