diff --git a/docs/upgrades/upgrade_6.2.9-6.3.0.pl b/docs/upgrades/upgrade_6.2.9-6.3.0.pl index 4e451fe27..5f09de630 100644 --- a/docs/upgrades/upgrade_6.2.9-6.3.0.pl +++ b/docs/upgrades/upgrade_6.2.9-6.3.0.pl @@ -50,6 +50,14 @@ $sth->finish; WebGUI::SQL->write("delete from settings where name in ('siteicon','favicon')"); + +# this is here because we don't want to actually migrate stuff yet + + + print "\tConverting Pages, Wobjects, and Forums to Assets\n" unless ($quiet); print "\t\tHold on cuz this is going to take a long time...\n" unless ($quiet); print "\t\tMaking first round of table structure changes\n" unless ($quiet);