summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sql/modules/Location.sql2
1 files changed, 1 insertions, 1 deletions
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 $$