Skip to content

Commit

Permalink
chore: add alter family_invite_link tbl migration file (#269)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ji-soo708 authored Jun 29, 2024
1 parent 7447507 commit 1181765
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
ALTER TABLE `family_invite_link` DROP FOREIGN KEY `family_invite_link_fk1`;
ALTER TABLE `family_invite_link` DROP PRIMARY KEY;
ALTER TABLE `family_invite_link` ADD PRIMARY KEY (`link_id`);

0 comments on commit 1181765

Please sign in to comment.