[+] Fav music fix

This commit is contained in:
Azalea
2025-01-04 21:55:13 -05:00
parent aed5c20700
commit 877c23b9d7

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 = '';