|
|
|
|
@ -10,7 +10,7 @@
|
|
|
|
|
#
|
|
|
|
|
# It's strongly recommended that you check this file into your version control system.
|
|
|
|
|
|
|
|
|
|
ActiveRecord::Schema[8.0].define(version: 2025_06_08_163157) do
|
|
|
|
|
ActiveRecord::Schema[8.0].define(version: 2025_06_13_160132) do
|
|
|
|
|
# These are extensions that must be enabled in order to support this database
|
|
|
|
|
enable_extension "btree_gin"
|
|
|
|
|
enable_extension "plpgsql"
|
|
|
|
|
@ -296,7 +296,7 @@ ActiveRecord::Schema[8.0].define(version: 2025_06_08_163157) do
|
|
|
|
|
t.text "template_fields"
|
|
|
|
|
t.text "template_schema"
|
|
|
|
|
t.text "template_submitters"
|
|
|
|
|
t.text "source", null: false
|
|
|
|
|
t.string "source", null: false
|
|
|
|
|
t.string "submitters_order", null: false
|
|
|
|
|
t.string "slug", null: false
|
|
|
|
|
t.text "preferences", null: false
|
|
|
|
|
@ -329,6 +329,7 @@ ActiveRecord::Schema[8.0].define(version: 2025_06_08_163157) do
|
|
|
|
|
t.text "metadata", null: false
|
|
|
|
|
t.bigint "account_id", null: false
|
|
|
|
|
t.datetime "declined_at"
|
|
|
|
|
t.string "timezone"
|
|
|
|
|
t.index ["account_id", "id"], name: "index_submitters_on_account_id_and_id"
|
|
|
|
|
t.index ["email"], name: "index_submitters_on_email"
|
|
|
|
|
t.index ["external_id"], name: "index_submitters_on_external_id"
|
|
|
|
|
@ -419,7 +420,7 @@ ActiveRecord::Schema[8.0].define(version: 2025_06_08_163157) do
|
|
|
|
|
t.datetime "archived_at"
|
|
|
|
|
t.datetime "created_at", null: false
|
|
|
|
|
t.datetime "updated_at", null: false
|
|
|
|
|
t.text "uuid", null: false
|
|
|
|
|
t.string "uuid", null: false
|
|
|
|
|
t.string "otp_secret"
|
|
|
|
|
t.integer "consumed_timestep"
|
|
|
|
|
t.boolean "otp_required_for_login", default: false, null: false
|
|
|
|
|
|