From 1c653c940fba07fa91db5fff8de22ac95d51c272 Mon Sep 17 00:00:00 2001 From: joonhoekim <26rote@gmail.com> Date: Wed, 20 Aug 2025 03:38:55 +0000 Subject: (김준회) reset-password i18n 처리, vendorData 측 잘못된 unique 제약조건 삭제 (내부망DB에는 이미 삭제되어 있음) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- db/schema/vendorData.ts | 5 ----- 1 file changed, 5 deletions(-) (limited to 'db/schema') diff --git a/db/schema/vendorData.ts b/db/schema/vendorData.ts index 20348c55..c3df6b53 100644 --- a/db/schema/vendorData.ts +++ b/db/schema/vendorData.ts @@ -146,11 +146,6 @@ export const tagSubfields = pgTable("tag_subfields", { table.tagTypeCode, table.attributesId ), - // attributesId와 projectId 조합 내에서 유니크(0429 db push 관련 수정) - uniqAttributeIdProject: unique("uniq_attribute_id_project").on( - table.attributesId, - table.projectId - ), // tagTypes 참조를 위한 복합 FK (tagTypeCode, projectId) // tagTypeRef: foreignKey({ // columns: [table.tagTypeCode, table.projectId], -- cgit v1.2.3