[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
SF.net SVN: ledger-smb:[2356] trunk/sql/modules/Location.sql
- Subject: SF.net SVN: ledger-smb:[2356] trunk/sql/modules/Location.sql
- From: ..hidden..
- Date: Wed, 08 Oct 2008 01:38:46 +0000
Revision: 2356
http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=2356&view=rev
Author: einhverfr
Date: 2008-10-08 01:38:46 +0000 (Wed, 08 Oct 2008)
Log Message:
-----------
Correcting bad data type in location_result
Modified Paths:
--------------
trunk/sql/modules/Location.sql
Modified: trunk/sql/modules/Location.sql
===================================================================
--- trunk/sql/modules/Location.sql 2008-10-07 19:38:59 UTC (rev 2355)
+++ trunk/sql/modules/Location.sql 2008-10-08 01:38:46 UTC (rev 2356)
@@ -157,7 +157,8 @@
city text,
state text,
mail_code text,
- country text
+ country text,
+ location_class int
);
CREATE OR REPLACE FUNCTION location__get(in_id int) returns location_result AS $$
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.