1
0
Code Issues Pull Requests Projects Releases Wiki Activity GitHub Gitee

删除song_playlist_relation表中rcmd_reason字段

This commit is contained in:
2022-11-07 17:55:13 +08:00
parent d17f4282e4
commit b4af23b381
5 changed files with 2 additions and 26 deletions

View File

@@ -1,28 +1,8 @@
本地
auto.bat
windows服务器
cd C:\Users\Administrator\Desktop\tools\netease_music
node index --utils album --min 10000000 --limit 1000 --order asc
node index --utils album --limit 1000 --order desc
node index --utils artist --limit 1000 --order desc
node index --utils artist --min 30000000 --limit 1000 --order asc
linux服务器
cd /www/neteasemusic/tools
node index --utils album --min 70000000 --limit 1000
node index --utils album --min 80000000 --limit 1000
node index --utils album --min 90000000 --limit 1000
node index --utils album --min 100000000 --limit 1000
hifini
linux服务器
node index --limit 200,50
node index --limit 100,50
node index --limit 100,50 --order desc
Windows server
node index --limit 200,50 --order desc
本地库测试
@@ -46,8 +26,6 @@ node index --database neteasemusic_develop --utils assistant
后期:
删除song_playlist_relation表中rcmd_reason字段全是空字符串
歌单定时更新rel表中添加一个del字段先将歌单下面的全部置为删除状态再插入的时候把已有歌曲的标记重新修改为正常状态
评论的更新