[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
SF.net SVN: ledger-smb: [1243] trunk/sql/Pg-database.sql
- Subject: SF.net SVN: ledger-smb: [1243] trunk/sql/Pg-database.sql
- From: ..hidden..
- Date: Tue, 29 May 2007 14:29:48 -0700
Revision: 1243
http://svn.sourceforge.net/ledger-smb/?rev=1243&view=rev
Author: linuxpoet
Date: 2007-05-29 14:29:29 -0700 (Tue, 29 May 2007)
Log Message:
-----------
forward test
Modified Paths:
--------------
trunk/sql/Pg-database.sql
Modified: trunk/sql/Pg-database.sql
===================================================================
--- trunk/sql/Pg-database.sql 2007-05-29 21:18:21 UTC (rev 1242)
+++ trunk/sql/Pg-database.sql 2007-05-29 21:29:29 UTC (rev 1243)
@@ -63,7 +63,7 @@
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 (
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.