diff options
-rw-r--r-- | sql/modules/Location.sql | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sql/modules/Location.sql b/sql/modules/Location.sql index 0597a241..fb4902a2 100644 --- a/sql/modules/Location.sql +++ b/sql/modules/Location.sql @@ -156,8 +156,8 @@ CREATE TYPE location_result AS ( line_three text, city text, state text, - mail_code text, - country text, + mail_code text, + country text ); CREATE OR REPLACE FUNCTION location__get(in_id int) returns location_result AS $$ @@ -184,4 +184,4 @@ begin return l_row; END LOOP; END; -$$ language plpgsql ;
\ No newline at end of file +$$ language plpgsql ; |