SF.net SVN: postfixadmin:[1591] trunk/upgrade.php
Brought to you by:
christian_boltz,
gingerdog
|
From: <chr...@us...> - 2013-11-16 20:52:04
|
Revision: 1591
http://sourceforge.net/p/postfixadmin/code/1591
Author: christian_boltz
Date: 2013-11-16 20:52:01 +0000 (Sat, 16 Nov 2013)
Log Message:
-----------
upgrade.php:
- convert TODO to a note
Modified Paths:
--------------
trunk/upgrade.php
Modified: trunk/upgrade.php
===================================================================
--- trunk/upgrade.php 2013-11-16 20:38:15 UTC (rev 1590)
+++ trunk/upgrade.php 2013-11-16 20:52:01 UTC (rev 1591)
@@ -1134,8 +1134,9 @@
-> the tables client_access, from_access, helo_access, rcpt_access, user_whitelist
are not used by PostfixAdmin - no replacement function needed
Note: Please never remove this function, even if it is disabled - it might be needed in case we have to debug a broken database upgrade etc.
+ Note: there never was a function upgrade_727_pgsql()
+
function upgrade_727_mysql() {
-# TODO: do the same for PostgreSQL - if possible without different queries
$table_vacation = table_by_key('vacation');
if(!_mysql_field_exists($table_vacation, 'activefrom')) {
db_query_parsed("ALTER TABLE $table_vacation add activefrom datetime default NULL");
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|