[+] Fav music fix

pull/99/head^2
Azalea 2025-01-04 21:55:13 -05:00
parent aed5c20700
commit 877c23b9d7
1 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,3 @@
DELETE FROM chusan_user_general_data WHERE property_key = 'favorite_music' AND property_value = '-1';
DELETE FROM chusan_user_general_data WHERE property_key = 'favorite_music' AND property_value = '0';
DELETE FROM chusan_user_general_data WHERE property_key = 'favorite_music' AND property_value = '';