chore: import upstream snapshot with attribution
This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
-- CreateEnum
|
||||
CREATE TYPE "ProjectVersion" AS ENUM ('V2', 'V3');
|
||||
|
||||
-- AlterTable
|
||||
ALTER TABLE "Project" ADD COLUMN "version" "ProjectVersion" NOT NULL DEFAULT 'V2';
|
||||
Reference in New Issue
Block a user