Skip to content

Commit

Permalink
[PAY-3263] add playlists & albums release date if null (#9304)
Browse files Browse the repository at this point in the history
raymondjacobson authored Jul 30, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 61cc53a commit 28b71e0
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
-- Add release_date to playlists / albums without it set
begin;

update playlists
set release_date = created_at
where release_date is null;

commit;

0 comments on commit 28b71e0

Please sign in to comment.