-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
40 additions
and
4 deletions.
There are no files selected for viewing
4 changes: 4 additions & 0 deletions
4
migrations/2024-01-19-153612_create_user_music_folder_permissions/down.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,6 @@ | ||
-- This file should undo anything in `up.sql` | ||
drop index user_music_folder_permissions_user_id_idx; | ||
|
||
drop index user_music_folder_permissions_music_folder_id_idx; | ||
|
||
drop table user_music_folder_permissions; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,6 @@ | ||
-- This file should undo anything in `up.sql` | ||
drop index songs_album_id_idx; | ||
|
||
drop index songs_music_folder_id_idx; | ||
|
||
drop table songs; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,8 @@ | ||
-- This file should undo anything in `up.sql` | ||
drop index albums_artists_album_id_idx; | ||
|
||
drop index albums_artists_artist_id_idx; | ||
|
||
drop index albums_artists_song_id_idx; | ||
|
||
drop table albums_artists; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,6 @@ | ||
-- This file should undo anything in `up.sql` | ||
drop index songs_artists_song_id_idx; | ||
|
||
drop index songs_artists_artist_id_idx; | ||
|
||
drop table songs_artists; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters