Skip to content

Commit 92a1e6f

Browse files
authored
chore: 유니크 인덱스 제거 작업 (#122)
1 parent d8f24c3 commit 92a1e6f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
-- ==============================================
2+
-- 유니크 인덱스 제거
3+
-- ==============================================
4+
ALTER TABLE decision_nodes DROP CONSTRAINT IF EXISTS uq_decision_line_age;

0 commit comments

Comments
 (0)