5 lines
75 B
SQL
5 lines
75 B
SQL
DELETE
|
|
FROM `system`
|
|
WHERE `category` = 'invite'
|
|
AND `key` = 'GiftDays';
|