1
0
Fork 0
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:
Tyler Myracle 2024-01-15 20:31:12 -06:00
parent ad30b02ebc
commit 87556ede44

View file

@ -0,0 +1,5 @@
-- AlterEnum
ALTER TYPE "AccountProvider" ADD VALUE 'teller';
-- AlterTable
ALTER TABLE "account" ADD COLUMN "teller_subtype" TEXT;