删除song_playlist_relation表中rcmd_reason字段
This commit is contained in:
@@ -198,7 +198,7 @@ module.exports = {
|
||||
song_playlist: {
|
||||
insertCollection: async (trackIds) => {
|
||||
if (trackIds.length == 0) return;
|
||||
return await dbUtils.query('INSERT IGNORE INTO song_playlist_relation (song_id, playlist_id, alg, rcmd_reason) VALUES ?', [trackIds]);
|
||||
return await dbUtils.query('INSERT IGNORE INTO song_playlist_relation (song_id, playlist_id, alg) VALUES ?', [trackIds]);
|
||||
},
|
||||
},
|
||||
|
||||
|
Reference in New Issue
Block a user