From 7f2bd9a636f33a76bae63edd10d067d4f6f2c0c2 Mon Sep 17 00:00:00 2001 From: Mike Dalessio Date: Thu, 13 Nov 2025 10:23:32 -0500 Subject: [PATCH] re-sync db/schema.rb --- db/schema.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/db/schema.rb b/db/schema.rb index 15b5f14cd..60869c3f4 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -44,7 +44,7 @@ ActiveRecord::Schema[8.2].define(version: 2025_11_12_184932) do end create_table "action_text_rich_texts", id: :uuid, charset: "utf8mb4", collation: "utf8mb4_0900_ai_ci", force: :cascade do |t| - t.text "body" + t.text "body", size: :long t.datetime "created_at", null: false t.string "name", null: false t.uuid "record_id", null: false @@ -291,7 +291,6 @@ ActiveRecord::Schema[8.2].define(version: 2025_11_12_184932) do create_table "memberships", id: :uuid, charset: "utf8mb4", collation: "utf8mb4_0900_ai_ci", force: :cascade do |t| t.datetime "created_at", null: false t.uuid "identity_id", null: false - t.string "join_code" t.string "tenant", null: false t.datetime "updated_at", null: false t.index ["identity_id"], name: "index_memberships_on_identity_id"