pgsql/create_tables{,-dovecot-1.2.x}.pgsql: Fixed syntax errors v0.6.x
authorTobias Berling <t-obi@users.sourceforge.net>
Mon, 17 Jan 2011 17:20:13 +0100
branchv0.6.x
changeset 368 be4bd77dbe57
parent 367 a6ad9895989d
child 369 4dfc5f3c1f2c
pgsql/create_tables{,-dovecot-1.2.x}.pgsql: Fixed syntax errors
pgsql/create_tables-dovecot-1.2.x.pgsql
pgsql/create_tables.pgsql
--- a/pgsql/create_tables-dovecot-1.2.x.pgsql	Mon Jan 17 14:43:35 2011 +0000
+++ b/pgsql/create_tables-dovecot-1.2.x.pgsql	Mon Jan 17 17:20:13 2011 +0100
@@ -50,7 +50,7 @@
     extra       varchar(1024),
     CONSTRAINT  pkey_maillocation PRIMARY KEY (mid),
     CONSTRAINT  fkey_maillocation_fid_mailboxformat FOREIGN KEY (fid)
-        REFERENCES mailboxformat (fid);
+        REFERENCES mailboxformat (fid)
 );
 -- Insert default Maildir-folder name
 INSERT INTO maillocation(directory) VALUES ('Maildir');
--- a/pgsql/create_tables.pgsql	Mon Jan 17 14:43:35 2011 +0000
+++ b/pgsql/create_tables.pgsql	Mon Jan 17 17:20:13 2011 +0100
@@ -50,7 +50,7 @@
     extra       varchar(1024),
     CONSTRAINT  pkey_maillocation PRIMARY KEY (mid),
     CONSTRAINT  fkey_maillocation_fid_mailboxformat FOREIGN KEY (fid)
-        REFERENCES mailboxformat (fid);
+        REFERENCES mailboxformat (fid)
 );
 -- Insert default Maildir-folder name
 INSERT INTO maillocation(directory) VALUES ('Maildir');