Improved the ajax controller.

This commit is contained in:
2021-08-31 16:00:12 +02:00
parent 1651d4358c
commit 5651d3dca8
15 changed files with 307 additions and 153 deletions

View File

@ -6631,7 +6631,7 @@ class com_componentbuilderInstallerScript
{
$rule_length = $db->loadResult();
// Check the size of the rules column
if ($rule_length <= 94400)
if ($rule_length <= 94240)
{
// Fix the assets table rules column size
$fix_rules_size = "ALTER TABLE `#__assets` CHANGE `rules` `rules` MEDIUMTEXT NOT NULL COMMENT 'JSON encoded access control. Enlarged to MEDIUMTEXT by JCB';";