mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-08-09 07:25:19 +02:00
add migration
This commit is contained in:
parent
ad30b02ebc
commit
87556ede44
1 changed files with 5 additions and 0 deletions
|
@ -0,0 +1,5 @@
|
|||
-- AlterEnum
|
||||
ALTER TYPE "AccountProvider" ADD VALUE 'teller';
|
||||
|
||||
-- AlterTable
|
||||
ALTER TABLE "account" ADD COLUMN "teller_subtype" TEXT;
|
Loading…
Add table
Add a link
Reference in a new issue