Skip to content

Commit

Permalink
refactor: 양방향 변경에 따른 delete Sql문 위치 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
lcqff committed Feb 4, 2025
1 parent 9acdbd3 commit 92fd958
Showing 1 changed file with 4 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
delete
from album;

delete
from album_like;

delete
from album_comment;

delete
from profile;
from track;

delete
from album;

delete
from artist;
Expand All @@ -18,6 +18,3 @@ from playlist_item;

delete
from playlist;

delete
from track;

0 comments on commit 92fd958

Please sign in to comment.