From 3d34f86ae52d46d07ec61dd1ced0bae41055ec13 Mon Sep 17 00:00:00 2001 From: einhverfr Date: Wed, 8 Oct 2008 01:55:18 +0000 Subject: Correcting bad data type in location_result git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@2357 4979c152-3d1c-0410-bac9-87ea11338e46 --- sql/modules/Location.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sql') diff --git a/sql/modules/Location.sql b/sql/modules/Location.sql index 117a53bf..4a257e28 100644 --- a/sql/modules/Location.sql +++ b/sql/modules/Location.sql @@ -158,7 +158,7 @@ CREATE TYPE location_result AS ( 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 $$ -- cgit v1.2.3