Run migration; add apple pay verification

This commit is contained in:
Michael Ball 2020-07-08 02:14:11 -07:00
parent 0e9d6b491b
commit d5f0063de6
3 changed files with 12 additions and 1 deletions

View file

@ -12,6 +12,9 @@
ActiveRecord::Schema.define(version: 2020_03_31_214534) do
# These are extensions that must be enabled in order to support this database
enable_extension "plpgsql"
create_table "answers", force: :cascade do |t|
t.string "title"
t.datetime "created_at"
@ -638,7 +641,7 @@ ActiveRecord::Schema.define(version: 2020_03_31_214534) do
t.text "object_changes"
t.datetime "created_at"
t.integer "conference_id"
t.integer "organization_id"
t.bigint "organization_id"
t.index ["item_type", "item_id"], name: "index_versions_on_item_type_and_item_id"
t.index ["organization_id"], name: "index_versions_on_organization_id"
end