diff options
-rw-r--r-- | sql/modules/Location.sql | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sql/modules/Location.sql b/sql/modules/Location.sql index ee39ca76..117a53bf 100644 --- a/sql/modules/Location.sql +++ b/sql/modules/Location.sql @@ -157,7 +157,8 @@ CREATE TYPE location_result AS ( 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 $$ |