From bb63cdde3cd0795b7f2488495d2a0718edc180f7 Mon Sep 17 00:00:00 2001 From: hatz Date: Thu, 8 May 2025 08:04:28 -0500 Subject: [PATCH] Fix db schema --- db/schema.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/db/schema.rb b/db/schema.rb index 47e11cc6..ef65daa4 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -18,7 +18,6 @@ ActiveRecord::Schema[7.2].define(version: 2025_05_02_164951) do # Custom types defined in this database. # Note that some types may not work with other database engines. Be careful if changing database. create_enum "account_status", ["ok", "syncing", "error"] - create_enum "user_role", ["admin", "member"] create_table "accounts", id: :uuid, default: -> { "gen_random_uuid()" }, force: :cascade do |t| t.string "subtype"