upgrade.php: see bug 2339963

git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@490 a1433add-5e2c-0410-b055-b7f2511e0802
postfixadmin-2.3
David Goodwin 16 years ago
parent 2e2ae0c36b
commit 8f965b747f

@ -401,10 +401,9 @@ function upgrade_2_pgsql() {
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 \'\',

Loading…
Cancel
Save