diff --git a/data/db/migration/entity/V1.00.0.8__relocate_composite_constraint_order.sql b/data/db/migration/entity/V1.00.0.8__relocate_composite_constraint_order.sql index a0ae6db95..c6b394b58 100644 --- a/data/db/migration/entity/V1.00.0.8__relocate_composite_constraint_order.sql +++ b/data/db/migration/entity/V1.00.0.8__relocate_composite_constraint_order.sql @@ -5,11 +5,11 @@ ALTER TABLE MAPPING_MEMBER_WORKBOOK ALTER TABLE MAPPING_WORKBOOK_ARTICLE DROP PRIMARY KEY; -ALTER TABLE SUBSCRIPTION - DROP KEY target_member_id; - -ALTER TABLE SUBSCRIPTION - DROP KEY target_workbook_id; +-- ALTER TABLE SUBSCRIPTION +-- DROP KEY target_member_id; +-- +-- ALTER TABLE SUBSCRIPTION +-- DROP KEY target_workbook_id; -- 복합 제약 조건을 추가 ALTER TABLE MAPPING_MEMBER_WORKBOOK