diff options
| author | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-07-15 00:50:39 +0000 |
|---|---|---|
| committer | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-07-15 00:50:39 +0000 |
| commit | 15c3ae6536c264db0508e4fc4aaa59c3e6d1af30 (patch) | |
| tree | 8e2ad5e6a06999bfaaf00ab4ee30083a87050bad /db/migrations/0207_many_firestar.sql | |
| parent | d5d27847a7eded9db59462fa744b76772bc9ce1d (diff) | |
(대표님) 기본계약 및 정기평가 작업사항, OCR 변경사항
Diffstat (limited to 'db/migrations/0207_many_firestar.sql')
| -rw-r--r-- | db/migrations/0207_many_firestar.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/db/migrations/0207_many_firestar.sql b/db/migrations/0207_many_firestar.sql new file mode 100644 index 00000000..46691ab1 --- /dev/null +++ b/db/migrations/0207_many_firestar.sql @@ -0,0 +1,3 @@ +ALTER TABLE "items" DROP CONSTRAINT "items_item_code_unique";--> statement-breakpoint +ALTER TABLE "items" ALTER COLUMN "item_code" SET NOT NULL;--> statement-breakpoint +ALTER TABLE "items" ADD CONSTRAINT "project_item_unique" UNIQUE("project_no","item_code");
\ No newline at end of file |
