From 3867842b35616a9f32bcba827fce26cd71f16e80 Mon Sep 17 00:00:00 2001 From: Frank Dillon Date: Fri, 4 May 2007 19:30:37 +0000 Subject: [PATCH] Fixed a syntax error. --- docs/upgrades/upgrade_7.3.16-7.3.17.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/upgrades/upgrade_7.3.16-7.3.17.pl b/docs/upgrades/upgrade_7.3.16-7.3.17.pl index 004a71252..daf6ca8dd 100644 --- a/docs/upgrades/upgrade_7.3.16-7.3.17.pl +++ b/docs/upgrades/upgrade_7.3.16-7.3.17.pl @@ -40,7 +40,7 @@ sub addStorageTranslation { my $session = shift; print "\tAdding Storage Translation Table..."; $session->db->write( - "CREATE TABLE storageTranslation IF NOT EXISTS ( + "CREATE TABLE IF NOT EXISTS storageTranslation ( guidValue VARCHAR(22) BINARY, hexValue VARCHAR(22) BINARY, PRIMARY KEY (guidValue)