|
|
|
@ -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[7.1].define(version: 2024_08_16_072859) do
|
|
|
|
ActiveRecord::Schema[7.1].define(version: 2024_08_16_075917) 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"
|
|
|
|
|
|
|
|
|
|
|
|
@ -219,7 +219,7 @@ ActiveRecord::Schema[7.1].define(version: 2024_08_16_072859) do
|
|
|
|
t.text "preferences", null: false
|
|
|
|
t.text "preferences", null: false
|
|
|
|
t.bigint "account_id", null: false
|
|
|
|
t.bigint "account_id", null: false
|
|
|
|
t.datetime "expire_at"
|
|
|
|
t.datetime "expire_at"
|
|
|
|
t.index ["account_id"], name: "index_submissions_on_account_id"
|
|
|
|
t.index ["account_id", "id"], name: "index_submissions_on_account_id_and_id"
|
|
|
|
t.index ["created_by_user_id"], name: "index_submissions_on_created_by_user_id"
|
|
|
|
t.index ["created_by_user_id"], name: "index_submissions_on_created_by_user_id"
|
|
|
|
t.index ["slug"], name: "index_submissions_on_slug", unique: true
|
|
|
|
t.index ["slug"], name: "index_submissions_on_slug", unique: true
|
|
|
|
t.index ["template_id"], name: "index_submissions_on_template_id"
|
|
|
|
t.index ["template_id"], name: "index_submissions_on_template_id"
|
|
|
|
|