1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-08-09 15:35:22 +02:00

Fix db schema

This commit is contained in:
hatz 2025-05-08 08:04:28 -05:00
parent 31abbbf336
commit bb63cdde3c
No known key found for this signature in database

1
db/schema.rb generated
View file

@ -18,7 +18,6 @@ ActiveRecord::Schema[7.2].define(version: 2025_05_02_164951) do
# Custom types defined in this database. # Custom types defined in this database.
# Note that some types may not work with other database engines. Be careful if changing 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 "account_status", ["ok", "syncing", "error"]
create_enum "user_role", ["admin", "member"]
create_table "accounts", id: :uuid, default: -> { "gen_random_uuid()" }, force: :cascade do |t| create_table "accounts", id: :uuid, default: -> { "gen_random_uuid()" }, force: :cascade do |t|
t.string "subtype" t.string "subtype"