You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
299 B
10 lines
299 B
ALTER TABLE `%TABLE_PREFIX%department` DROP `noreply_autoresp`;
|
|
|
|
ALTER TABLE `%TABLE_PREFIX%config`
|
|
DROP `noreply_email`,
|
|
DROP `alert_email`,
|
|
DROP `api_whitelist`;
|
|
|
|
-- %email_pop3 migrated to %email table
|
|
TRUNCATE TABLE `%TABLE_PREFIX%email_pop3`;
|
|
DROP TABLE `%TABLE_PREFIX%email_pop3`;
|