osticket-docker/osTicket-v1.18.2/include/upgrader/streams/core/98ae1ed2-e342f869.cleanup.sql

11 lines
299 B
SQL

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`;