update meta script but haven't run yet before review

This commit is contained in:
Jun-te Kim 2026-02-26 14:58:09 +00:00
parent 5d9a413aff
commit 1871a4beec
3 changed files with 5700 additions and 0 deletions

View file

@ -0,0 +1,4 @@
ALTER TABLE "hubspot_deal_data" ADD COLUMN "coordination_status" text;--> statement-breakpoint
ALTER TABLE "hubspot_deal_data" ADD COLUMN "design_status" text;--> statement-breakpoint
ALTER TABLE "tasks" ADD COLUMN "portfolio_id" bigint;--> statement-breakpoint
ALTER TABLE "tasks" ADD CONSTRAINT "tasks_portfolio_id_portfolio_id_fk" FOREIGN KEY ("portfolio_id") REFERENCES "public"."portfolio"("id") ON DELETE set null ON UPDATE no action;

File diff suppressed because it is too large Load diff

View file

@ -1079,6 +1079,13 @@
"when": 1771757665072,
"tag": "0153_large_machine_man",
"breakpoints": true
},
{
"idx": 154,
"version": "7",
"when": 1772117819080,
"tag": "0154_powerful_night_thrasher",
"breakpoints": true
}
]
}