chore: migrations

This commit is contained in:
Methapon2001 2025-02-10 10:04:11 +07:00
parent cfc531d312
commit 58e95db5a8

View file

@ -0,0 +1,3 @@
-- AlterTable
ALTER TABLE "Institution" ADD COLUMN "status" "Status" NOT NULL DEFAULT 'CREATED',
ADD COLUMN "statusOrder" INTEGER NOT NULL DEFAULT 0;