SF.net SVN: postfixadmin:[1606] trunk/upgrade.php
Brought to you by:
christian_boltz,
gingerdog
|
From: <chr...@us...> - 2013-12-09 22:10:58
|
Revision: 1606
http://sourceforge.net/p/postfixadmin/code/1606
Author: christian_boltz
Date: 2013-12-09 22:10:55 +0000 (Mon, 09 Dec 2013)
Log Message:
-----------
upgrade.php:
- upgrade_729 - add comment about r1605 changes
Revision Links:
--------------
http://sourceforge.net/p/postfixadmin/code/1605
Modified Paths:
--------------
trunk/upgrade.php
Modified: trunk/upgrade.php
===================================================================
--- trunk/upgrade.php 2013-12-08 22:12:24 UTC (rev 1605)
+++ trunk/upgrade.php 2013-12-09 22:10:55 UTC (rev 1606)
@@ -1197,6 +1197,9 @@
$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,
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|