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 committed Jun 29, 2024
1 parent 31c8537 commit 7241461
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 7241461

Please sign in to comment.