Skip to content

Commit

Permalink
!hotfix: flyway script 오타 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
apptie committed Aug 9, 2023
1 parent 1d005b9 commit 249094a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
alter table users add oauth_id varchat(50);
alter table users add oauth_id varchar(50);

alter table users add constraint uq_oauth_id unique(oauth_id);
alter table users add constraint uq_name unique(name);

0 comments on commit 249094a

Please sign in to comment.