migration script

This commit is contained in:
Jun-te Kim 2026-02-27 12:19:01 +00:00
parent 1d9a3a6c6b
commit 2e814a4f1c
2 changed files with 5693 additions and 0 deletions

View file

@ -0,0 +1,3 @@
CREATE TYPE "public"."source" AS ENUM('portfolio_id');--> statement-breakpoint
ALTER TABLE "tasks" ADD COLUMN "source" "source";--> statement-breakpoint
ALTER TABLE "tasks" ADD COLUMN "source_id" text;

File diff suppressed because it is too large Load diff