5 lines
132 B
SQL
5 lines
132 B
SQL
DROP TRIGGER IF EXISTS playlist_songs_after_insert
|
|
ON playlist_songs;
|
|
|
|
DROP FUNCTION IF EXISTS trg_update_playlists_updated_at();
|