5 lines
85 B
SQL
5 lines
85 B
SQL
DELETE
|
|
FROM `system`
|
|
WHERE `category` = 'signature'
|
|
AND `key` = 'EnableSignature';
|