block migration for a bit

This commit is contained in:
JT Smith 2004-12-03 18:24:52 +00:00
parent 7e4ea1d4d8
commit 9e44462c42

View file

@ -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
WebGUI::Session::close();
exit;
# >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);