From 57899b0160385c53df4e43ef2fd12492e0dffb77 Mon Sep 17 00:00:00 2001 From: Sebastien Castiel Date: Wed, 6 Dec 2023 20:21:26 -0500 Subject: Reimbursements --- prisma/migrations/20231207005126_reimbursement/migration.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 prisma/migrations/20231207005126_reimbursement/migration.sql (limited to 'prisma/migrations') diff --git a/prisma/migrations/20231207005126_reimbursement/migration.sql b/prisma/migrations/20231207005126_reimbursement/migration.sql new file mode 100644 index 0000000..2c6b1c6 --- /dev/null +++ b/prisma/migrations/20231207005126_reimbursement/migration.sql @@ -0,0 +1,2 @@ +-- AlterTable +ALTER TABLE "Expense" ADD COLUMN "isReimbursement" BOOLEAN NOT NULL DEFAULT false; -- cgit v1.3