change sub order
This commit is contained in:
parent
4f60281392
commit
e6b7c49017
1 changed files with 2 additions and 2 deletions
|
|
@ -24,6 +24,7 @@ my $quiet; # this line required
|
|||
|
||||
my $session = start(); # this line required
|
||||
|
||||
changeDbCacheTimeoutName();
|
||||
addWorkflow();
|
||||
convertMessageLogToInbox();
|
||||
updateCs();
|
||||
|
|
@ -37,7 +38,6 @@ updateTemplates();
|
|||
updateDatabaseLinksAndSQLReport();
|
||||
ipsToCIDR();
|
||||
addDisabletoRichEditor();
|
||||
changeDbCacheTimeoutName();
|
||||
addNavigationMimeType();
|
||||
addIndexes();
|
||||
addDatabaseCache();
|
||||
|
|
@ -1105,7 +1105,7 @@ sub addDisabletoRichEditor {
|
|||
}
|
||||
|
||||
#-------------------------------------------------
|
||||
sub addDisabletoRichEditor {
|
||||
sub changeDbCacheTimeoutName {
|
||||
print "\tChanging dbCacheTimeout to groupCacheTimeout.\n" unless ($quiet);
|
||||
$session->db->write("alter table groups change dbCacheTimeout groupCacheTimeout int not null default 3600");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue