From: <Gin...@us...> - 2008-11-25 09:55:31
|
Revision: 490 http://postfixadmin.svn.sourceforge.net/postfixadmin/?rev=490&view=rev Author: GingerDog Date: 2008-11-25 09:55:27 +0000 (Tue, 25 Nov 2008) Log Message: ----------- upgrade.php: see bug 2339963 Modified Paths: -------------- trunk/upgrade.php Modified: trunk/upgrade.php =================================================================== --- trunk/upgrade.php 2008-11-25 09:51:51 UTC (rev 489) +++ trunk/upgrade.php 2008-11-25 09:55:27 UTC (rev 490) @@ -401,10 +401,9 @@ COMMENT ON TABLE ' . table_by_key('log') . ' IS \'Postfix Admin - Log\'; '); } - if(!_pgsql_object_exists(table_by_key('mailbox'))) { db_query_parsed(' - CREATE TABLE mailbox ( + CREATE TABLE ' . table_by_key('mailbox') . ' ( username character varying(255) NOT NULL, password character varying(255) NOT NULL default \'\', name character varying(255) NOT NULL default \'\', This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |