Update migration versions to 8.2

This commit is contained in:
Mike Dalessio
2025-10-20 17:47:42 -07:00
parent 25598e75bd
commit 6aafa3aff1
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -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