Skip to content

Commit

Permalink
feat: flyway 스크립트 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
xxeol2 committed Sep 15, 2023
1 parent d45653a commit 3a2703c
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
alter table admin
add constraint UNIQUE_USERNAME unique (username);

alter table member
add constraint UNIQUE_SOCIAL unique (social_id, social_type);

0 comments on commit 3a2703c

Please sign in to comment.