[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

SF.net SVN: ledger-smb:[2357] trunk/sql/modules/Location.sql



Revision: 2357
          http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=2357&view=rev
Author:   einhverfr
Date:     2008-10-08 01:55:18 +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-08 01:38:46 UTC (rev 2356)
+++ trunk/sql/modules/Location.sql	2008-10-08 01:55:18 UTC (rev 2357)
@@ -158,7 +158,7 @@
 	state text,
         mail_code text,
 	country text,
-	location_class int
+	location_class text
 );
 
 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.