Skip to content

Commit

Permalink
Upgrade script from 14.0.0-B2 to 14.0.0-RC1
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexTr committed Sep 9, 2024
1 parent 862c8ae commit 5358898
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions upgrade/files/14.0.0.B2-14.0.0.RC1/sql.sql
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ INSERT IGNORE INTO `sys_options`(`category_id`, `name`, `caption`, `value`, `typ
(@iCategoryId, 'sys_storage_s3_acl_enable', '_adm_stg_cpt_option_sys_storage_s3_acl_enable', 'on', 'checkbox', '', '', '', 12),
(@iCategoryId, 'sys_storage_s3_force_auth_urls', '_adm_stg_cpt_option_sys_storage_s3_force_auth_urls', '', 'digit', '', '', '', 14);

UPDATE `sys_options` SET `value` = '365' WHERE `name` = 'sys_account_accounts_pruning_interval' AND `value` = '0';

SET @iCategoryId = (SELECT `id` FROM `sys_options_categories` WHERE `name` = 'agents_general');
INSERT IGNORE INTO `sys_options`(`category_id`, `name`, `caption`, `value`, `type`, `extra`, `check`, `check_error`, `order`) VALUES
Expand Down

0 comments on commit 5358898

Please sign in to comment.