Index: branches/5.3.x/core/install/install_schema.sql =================================================================== diff -u -N -r15483 -r15574 --- branches/5.3.x/core/install/install_schema.sql (.../install_schema.sql) (revision 15483) +++ branches/5.3.x/core/install/install_schema.sql (.../install_schema.sql) (revision 15574) @@ -350,6 +350,7 @@ StylesheetId int(10) unsigned NOT NULL DEFAULT '0', LanguagePackInstalled tinyint(3) unsigned NOT NULL DEFAULT '0', TemplateAliases text, + ImageResizeRules text, PRIMARY KEY (ThemeId), KEY Enabled (Enabled), KEY StylesheetId (StylesheetId), @@ -729,6 +730,7 @@ Timeout int(10) unsigned DEFAULT NULL, LastTimeoutOn int(10) unsigned DEFAULT NULL, SiteDomainLimitation varchar(255) NOT NULL DEFAULT '', + Settings text, PRIMARY KEY (ScheduledTaskId), KEY `Status` (`Status`), KEY LastRunOn (LastRunOn),