block migration for a bit
This commit is contained in:
parent
7e4ea1d4d8
commit
9e44462c42
1 changed files with 8 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue