mirror of
https://github.com/Hestia-Homes/assessment-model.git
synced 2026-06-30 12:55:02 +00:00
migration script
This commit is contained in:
parent
1d9a3a6c6b
commit
2e814a4f1c
2 changed files with 5693 additions and 0 deletions
3
src/app/db/migrations/0154_workable_stingray.sql
Normal file
3
src/app/db/migrations/0154_workable_stingray.sql
Normal 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;
|
||||
5690
src/app/db/migrations/meta/0154_snapshot.json
Normal file
5690
src/app/db/migrations/meta/0154_snapshot.json
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue