mirror of
https://github.com/escalante29/WealthySmart.git
synced 2026-05-19 09:48:49 +02:00
Restore MEMP/MPAT in Bank enum for DB compatibility
All checks were successful
Deploy to VPS / deploy (push) Successful in 13s
All checks were successful
Deploy to VPS / deploy (push) Successful in 13s
Existing account rows reference these values. Enum must stay compatible with data in production. Only the frontend and seed data were cleaned up. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -46,6 +46,8 @@ class Bank(str, enum.Enum):
|
||||
FCL = "FCL"
|
||||
ROP = "ROP"
|
||||
VOL = "VOL"
|
||||
MEMP = "MEMP"
|
||||
MPAT = "MPAT"
|
||||
MORTGAGE = "MORTGAGE"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user