From e6f738a48de4aa55fc1936b81cb3ef4a85c1cc81 Mon Sep 17 00:00:00 2001 From: linuxpoet Date: Tue, 29 May 2007 21:29:29 +0000 Subject: forward test git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@1243 4979c152-3d1c-0410-bac9-87ea11338e46 --- sql/Pg-database.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sql/Pg-database.sql b/sql/Pg-database.sql index 6239e778..710114a3 100644 --- a/sql/Pg-database.sql +++ b/sql/Pg-database.sql @@ -63,7 +63,7 @@ CREATE TABLE location ( line_two text, line_three text, city_province text check (city_province ~ '[[:alnum:]_]') NOT NULL, - country_id integer not null REFERENCES country(id), + country_id integer not null REFERENCES country(id), mail_code text not null check (mail_code ~ '[[:alnum:]_]')); CREATE TABLE company ( -- cgit v1.2.3