Skip to content

Commit

Permalink
Merge pull request #1628 from woowacourse/flyway-script
Browse files Browse the repository at this point in the history
fix: flyway-script v10
  • Loading branch information
wonyongChoi05 authored Nov 23, 2023
2 parents 89247a6 + b210b11 commit b1b21ad
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 b1b21ad

Please sign in to comment.