%PDF- %PDF-
Direktori : /home2/vacivi36/www2]/suporte/include/upgrader/streams/core/ |
Current File : //home2/vacivi36/www2]/suporte/include/upgrader/streams/core/ddbe2e76-add62892.patch.sql |
/** * @signature add628927ee030469f5d3272ebda1e16 * @version v1.15 * @title Alter dept_id and priority_id in email table * * This patch changes dept_id and priority_id fron tinyint to int */ -- change dept_id ALTER TABLE `%TABLE_PREFIX%email` CHANGE `dept_id` `dept_id` INT( 11 ) UNSIGNED NOT NULL DEFAULT '0'; -- change priority_id ALTER TABLE `%TABLE_PREFIX%email` CHANGE `priority_id` `priority_id` INT( 11 ) UNSIGNED NOT NULL DEFAULT '2'; -- Finished with patch UPDATE `%TABLE_PREFIX%config` SET `value` = 'add628927ee030469f5d3272ebda1e16' WHERE `key` = 'schema_signature' AND `namespace` = 'core';