|
|
@ -10,7 +10,7 @@
|
|
|
|
#
|
|
|
|
#
|
|
|
|
# It's strongly recommended that you check this file into your version control system.
|
|
|
|
# It's strongly recommended that you check this file into your version control system.
|
|
|
|
|
|
|
|
|
|
|
|
ActiveRecord::Schema.define(version: 20180204034416) do
|
|
|
|
ActiveRecord::Schema.define(version: 20180206000000) do
|
|
|
|
|
|
|
|
|
|
|
|
# These are extensions that must be enabled in order to support this database
|
|
|
|
# These are extensions that must be enabled in order to support this database
|
|
|
|
enable_extension "plpgsql"
|
|
|
|
enable_extension "plpgsql"
|
|
|
@ -195,7 +195,7 @@ ActiveRecord::Schema.define(version: 20180204034416) do
|
|
|
|
end
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
|
|
create_table "invites", force: :cascade do |t|
|
|
|
|
create_table "invites", force: :cascade do |t|
|
|
|
|
t.bigint "user_id"
|
|
|
|
t.bigint "user_id", null: false
|
|
|
|
t.string "code", default: "", null: false
|
|
|
|
t.string "code", default: "", null: false
|
|
|
|
t.datetime "expires_at"
|
|
|
|
t.datetime "expires_at"
|
|
|
|
t.integer "max_uses"
|
|
|
|
t.integer "max_uses"
|
|
|
@ -516,7 +516,7 @@ ActiveRecord::Schema.define(version: 20180204034416) do
|
|
|
|
t.json "data"
|
|
|
|
t.json "data"
|
|
|
|
t.datetime "created_at", null: false
|
|
|
|
t.datetime "created_at", null: false
|
|
|
|
t.datetime "updated_at", null: false
|
|
|
|
t.datetime "updated_at", null: false
|
|
|
|
t.bigint "user_id"
|
|
|
|
t.bigint "user_id", null: false
|
|
|
|
t.index ["user_id"], name: "index_web_settings_on_user_id", unique: true
|
|
|
|
t.index ["user_id"], name: "index_web_settings_on_user_id", unique: true
|
|
|
|
end
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
|
|