From 9e44462c42ef339655096cd4b4cd1dea73880527 Mon Sep 17 00:00:00 2001 From: JT Smith Date: Fri, 3 Dec 2004 18:24:52 +0000 Subject: [PATCH] block migration for a bit --- docs/upgrades/upgrade_6.2.9-6.3.0.pl | 8 ++++++++ 1 file changed, 8 insertions(+) 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);