Skip to content

Commit

Permalink
refactor: add db migration v5 (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
gmkim20713 committed Jul 19, 2024
1 parent d90057f commit c5c9402
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
alter table photo
modify owner_member_id char(26) null comment '사진소유자아이디';

0 comments on commit c5c9402

Please sign in to comment.