diff --git a/db/cable_schema.rb b/db/cable_schema.rb index 3aefc381e..310946672 100644 --- a/db/cable_schema.rb +++ b/db/cable_schema.rb @@ -10,7 +10,7 @@ # # It's strongly recommended that you check this file into your version control system. -ActiveRecord::Schema[8.1].define(version: 1) do +ActiveRecord::Schema[8.2].define(version: 1) do create_table "solid_cable_messages", force: :cascade do |t| t.binary "channel", limit: 1024, null: false t.integer "channel_hash", limit: 8, null: false diff --git a/db/cache_schema.rb b/db/cache_schema.rb index 2016467a1..3af459803 100644 --- a/db/cache_schema.rb +++ b/db/cache_schema.rb @@ -10,7 +10,7 @@ # # It's strongly recommended that you check this file into your version control system. -ActiveRecord::Schema[8.1].define(version: 1) do +ActiveRecord::Schema[8.2].define(version: 1) do create_table "solid_cache_entries", force: :cascade do |t| t.integer "byte_size", limit: 4, null: false t.datetime "created_at", null: false diff --git a/db/queue_schema.rb b/db/queue_schema.rb index f56798cab..dd046ba9b 100644 --- a/db/queue_schema.rb +++ b/db/queue_schema.rb @@ -10,7 +10,7 @@ # # It's strongly recommended that you check this file into your version control system. -ActiveRecord::Schema[8.1].define(version: 1) do +ActiveRecord::Schema[8.2].define(version: 1) do create_table "solid_queue_blocked_executions", force: :cascade do |t| t.string "concurrency_key", null: false t.datetime "created_at", null: false diff --git a/db/untenanted_schema.rb b/db/untenanted_schema.rb index 1272ff070..1f813c1e9 100644 --- a/db/untenanted_schema.rb +++ b/db/untenanted_schema.rb @@ -10,7 +10,7 @@ # # It's strongly recommended that you check this file into your version control system. -ActiveRecord::Schema[8.1].define(version: 2025_10_07_112917) do +ActiveRecord::Schema[8.2].define(version: 2025_10_07_112917) do create_table "identities", force: :cascade do |t| t.datetime "created_at", null: false t.datetime "updated_at", null: false