upgrades remove cache
fix post update dates add version tag to server status
This commit is contained in:
parent
5e4b39f41c
commit
7d0ca32de6
4 changed files with 21 additions and 5 deletions
|
|
@ -26,10 +26,17 @@ upgradeRichEditor();
|
|||
fixCSFaqTemplateAnchors();
|
||||
updateProfileSystem();
|
||||
convertDashboardPrefs();
|
||||
fixPosts();
|
||||
|
||||
finish(); # this line required
|
||||
|
||||
|
||||
#-------------------------------------------------
|
||||
sub fixPosts {
|
||||
print "\tFixing posts.\n" unless ($quiet);
|
||||
WebGUI::SQL->write("update Post set dateUpdated=".time()." where dateUpdated=0");
|
||||
}
|
||||
|
||||
#-------------------------------------------------
|
||||
sub updateProfileSystem {
|
||||
print "\tUpdating user profile system.\n" unless ($quiet);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue