From 9eb35175d8218344d6f43eaa0f891a4779898bfe Mon Sep 17 00:00:00 2001 From: David Goodwin Date: Mon, 5 Jan 2009 19:44:15 +0000 Subject: [PATCH] upgrade.php: vain attempt to stop stupid upgrade errors git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@507 a1433add-5e2c-0410-b055-b7f2511e0802 --- upgrade.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/upgrade.php b/upgrade.php index 4451a280..50a914a3 100644 --- a/upgrade.php +++ b/upgrade.php @@ -772,9 +772,9 @@ function upgrade_318_mysql() { # in case someone has manually created the table with utf8 fields before: $all_sql = split("\n", trim(" - ALTER TABLE `$table_vacation_notification` CHANGE `on_vacation` `on_vacation` VARCHAR( 255 ) {LATIN1} NOT NULL - ALTER TABLE `$table_vacation_notification` CHANGE `notified` `notified` VARCHAR( 255 ) {LATIN1} NOT NULL - ALTER TABLE `$table_vacation_notification` DEFAULT {LATIN1} + ALTER TABLE `$table_vacation_notification` CHANGE `on_vacation` `on_vacation` VARCHAR( 255 ) NOT NULL + ALTER TABLE `$table_vacation_notification` CHANGE `notified` `notified` VARCHAR( 255 ) NOT NULL + ALTER TABLE `$table_vacation_notification` DEFAULT ")); # Possible errors that can be ignored: # None.