From 77c0fbcb2201d6a771810f59690d0a3e6bd922ca Mon Sep 17 00:00:00 2001 From: Christian Boltz Date: Mon, 9 Dec 2013 22:10:55 +0000 Subject: [PATCH] upgrade.php: - upgrade_729 - add comment about r1605 changes git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1606 a1433add-5e2c-0410-b055-b7f2511e0802 --- upgrade.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/upgrade.php b/upgrade.php index eec602b8..25d13de0 100644 --- a/upgrade.php +++ b/upgrade.php @@ -1197,6 +1197,9 @@ function upgrade_729() { $table_quota2 = table_by_key('quota2'); # table for dovecot v1.0 & 1.1 + # note: quota table created with old versions of upgrade.php (before r1605) + # will not have explicit "NOT NULL DEFAULT 0" for the "current" field + # (shouldn't hurt) db_query_parsed(" CREATE TABLE {IF_NOT_EXISTS} $table_quota ( username VARCHAR(255) {LATIN1} NOT NULL,