mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-08-09 23:45:21 +02:00
Fix db schema
This commit is contained in:
parent
31abbbf336
commit
bb63cdde3c
1 changed files with 0 additions and 1 deletions
1
db/schema.rb
generated
1
db/schema.rb
generated
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue