Added track number field to playlist songs table
This commit is contained in:
parent
8c356547e6
commit
f41ec6f8d5
1
migrations/2024-12-10-221544_add_playlist_track/down.sql
Normal file
1
migrations/2024-12-10-221544_add_playlist_track/down.sql
Normal file
@ -0,0 +1 @@
|
|||||||
|
ALTER TABLE playlist_songs DROP COLUMN track;
|
1
migrations/2024-12-10-221544_add_playlist_track/up.sql
Normal file
1
migrations/2024-12-10-221544_add_playlist_track/up.sql
Normal file
@ -0,0 +1 @@
|
|||||||
|
ALTER TABLE playlist_songs ADD COLUMN track INTEGER DEFAULT 1 NOT NULL;
|
Loading…
x
Reference in New Issue
Block a user