summaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
Diffstat (limited to 'db')
-rw-r--r--db/schema/vendorData.ts5
1 files changed, 0 insertions, 5 deletions
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],