删除song_playlist_relation表中rcmd_reason字段
This commit is contained in:
@@ -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字段,先将歌单下面的全部置为删除状态,再插入的时候把已有歌曲的标记重新修改为正常状态)
|
||||
|
||||
评论的更新
|
||||
|
||||
Reference in New Issue
Block a user