mirror of
https://github.com/Hestia-Homes/assessment-model.git
synced 2026-06-08 11:37:25 +00:00
update meta script but haven't run yet before review
This commit is contained in:
parent
5d9a413aff
commit
1871a4beec
3 changed files with 5700 additions and 0 deletions
4
src/app/db/migrations/0154_powerful_night_thrasher.sql
Normal file
4
src/app/db/migrations/0154_powerful_night_thrasher.sql
Normal 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;
|
||||
5689
src/app/db/migrations/meta/0154_snapshot.json
Normal file
5689
src/app/db/migrations/meta/0154_snapshot.json
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue