We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8f24c3 commit 92a1e6fCopy full SHA for 92a1e6f
1 file changed
back/src/main/resources/db/migration/V6__remove_uq_decision_line_age.sql
@@ -0,0 +1,4 @@
1
+-- ==============================================
2
+-- 유니크 인덱스 제거
3
4
+ALTER TABLE decision_nodes DROP CONSTRAINT IF EXISTS uq_decision_line_age;
0 commit comments