From 4166a9cc224ced33cd88ec92da911a047f36b850 Mon Sep 17 00:00:00 2001 From: JT Smith Date: Fri, 28 Jan 2005 22:26:10 +0000 Subject: [PATCH] fixed syntax errors --- docs/upgrades/upgrade_6.2.11-6.3.0.pl | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/docs/upgrades/upgrade_6.2.11-6.3.0.pl b/docs/upgrades/upgrade_6.2.11-6.3.0.pl index 6fd605833..c9b3bce33 100644 --- a/docs/upgrades/upgrade_6.2.11-6.3.0.pl +++ b/docs/upgrades/upgrade_6.2.11-6.3.0.pl @@ -155,17 +155,17 @@ WebGUI::SQL->write("alter table DataForm_entry drop column wobjectId"); WebGUI::SQL->write("alter table DataForm_entryData drop column wobjectId"); WebGUI::SQL->write("alter table DataForm_field drop column wobjectId"); WebGUI::SQL->write("alter table DataForm_tab drop column wobjectId"); -WebGUI::SQL->write("alter table alter table USS_submission drop column forumId"); -WebGUI::SQL->write("alter table alter table USS_submission drop column sequenceNumber"); -WebGUI::SQL->write("alter table alter table USS_submission drop column startDate"); -WebGUI::SQL->write("alter table alter table USS_submission drop column title"); -WebGUI::SQL->write("alter table alter table USS_submission drop column USS_id"); -WebGUI::SQL->write("alter table alter table USS_submission drop column endDate"); -WebGUI::SQL->write("alter table alter table USS_submission drop column USS_submissionId"); -WebGUI::SQL->write("alter table alter table USS_submission drop column pageId"); -WebGUI::SQL->write("alter table alter table USS_submission drop column content"); -WebGUI::SQL->write("alter table alter table USS_submission drop column image"); -WebGUI::SQL->write("alter table alter table USS_submission drop column attachment"); +WebGUI::SQL->write("alter table USS_submission drop column forumId"); +WebGUI::SQL->write("alter table USS_submission drop column sequenceNumber"); +WebGUI::SQL->write("alter table USS_submission drop column startDate"); +WebGUI::SQL->write("alter table USS_submission drop column title"); +WebGUI::SQL->write("alter table USS_submission drop column USS_id"); +WebGUI::SQL->write("alter table USS_submission drop column endDate"); +WebGUI::SQL->write("alter table USS_submission drop column USS_submissionId"); +WebGUI::SQL->write("alter table USS_submission drop column pageId"); +WebGUI::SQL->write("alter table USS_submission drop column content"); +WebGUI::SQL->write("alter table USS_submission drop column image"); +WebGUI::SQL->write("alter table USS_submission drop column attachment"); my %migration;