chore: migration
This commit is contained in:
parent
af20c3fab2
commit
6a86dfd9ad
1 changed files with 5 additions and 0 deletions
|
|
@ -0,0 +1,5 @@
|
||||||
|
-- CreateEnum
|
||||||
|
CREATE TYPE "PaybackStatus" AS ENUM ('Pending', 'Verify', 'Done');
|
||||||
|
|
||||||
|
-- AlterTable
|
||||||
|
ALTER TABLE "CreditNote" ADD COLUMN "paybackStatus" "PaybackStatus" NOT NULL DEFAULT 'Pending';
|
||||||
Loading…
Add table
Add a link
Reference in a new issue