Skip to content

Commit

Permalink
fix: flyway-script v10
Browse files Browse the repository at this point in the history
  • Loading branch information
wonyongChoi05 committed Nov 23, 2023
1 parent d1f2383 commit b210b11
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
ALTER TABLE department_member
DROP FOREIGN KEY FK_DEPARTMENT_MEMBER_ON_MEMBER,
DROP FOREIGN KEY FK_DEPARTMENT_MEMBER_ON_DEPARTMENT;

drop table department;
drop table department_member;

Expand Down

0 comments on commit b210b11

Please sign in to comment.