Added output of location on User endpoint, and setting lat/long on user

registration
This commit is contained in:
Tom Bloor 2017-10-03 15:33:43 +01:00
parent f1e3756075
commit 202deb9178
6 changed files with 182 additions and 8 deletions

View file

@ -219,6 +219,8 @@ sub install_fixtures {
{
entities => 'entities_id_seq',
organisations => 'organisations_id_seq',
users => 'users_id_seq',
customers => 'customers_id_seq',
}
);
}