Skip to content

Commit 83f3752

Browse files
committed
#1610 new migration
1 parent 6fb608a commit 83f3752

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

src/backend/src/prisma/migrations/20230629193452_finance/migration.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
CREATE TYPE "Club_Accounts" AS ENUM ('CASH', 'BUDGET');
33

44
-- CreateEnum
5-
CREATE TYPE "Reimbursement_Status_Type" AS ENUM ('PENDING_FINANCE', 'SABO_SUBMITTED', 'ADVISOR_APPROVED', 'REIMBURSED', 'DENIED');
5+
CREATE TYPE "Reimbursement_Status_Type" AS ENUM ('PENDING_FINANCE', 'SABO_SUBMITTED', 'ADVISOR_APPROVED', 'REIMBURSED');
66

77
-- CreateTable
88
CREATE TABLE "Reimbursement_Status" (
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
-- AlterEnum
2+
ALTER TYPE "Reimbursement_Status_Type" ADD VALUE 'DENIED';

0 commit comments

Comments
 (0)