diff options
author | linuxpoet <linuxpoet@4979c152-3d1c-0410-bac9-87ea11338e46> | 2007-05-29 21:29:29 +0000 |
---|---|---|
committer | linuxpoet <linuxpoet@4979c152-3d1c-0410-bac9-87ea11338e46> | 2007-05-29 21:29:29 +0000 |
commit | e6f738a48de4aa55fc1936b81cb3ef4a85c1cc81 (patch) | |
tree | 99fe0d32cf42d8332cddec140fa434d71208d0e5 | |
parent | cdcbd6e8707ec3907e2e443890a795d2db5f97e4 (diff) |
forward test
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@1243 4979c152-3d1c-0410-bac9-87ea11338e46
-rw-r--r-- | sql/Pg-database.sql | 2 |
1 files changed, 1 insertions, 1 deletions
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 ( |