Skip to content
Snippets Groups Projects
02decaa2-60fcbee1.patch.sql 518 B
Newer Older
  • Learn to ignore specific revisions
  • UPDATE `%TABLE_PREFIX%email_template`
        SET `overlimit_body` = '%name\r\n\r\nYou have reached the maximum number of open tickets allowed.\r\n\r\nTo be able to open another ticket, one of your pending tickets must be closed. To update or add comments to an open ticket simply login using the link below.\r\n\r\n%url/view.php?e=%email\r\n\r\nThank you.\r\n\r\nSupport Ticket System'
        WHERE `tpl_id` = 1 AND `cfg_id` = 1;
    
    UPDATE `%TABLE_PREFIX%config`
        SET `schema_signature`='60fcbee1da3180d1b690187aa5006c88';