Guest User

Untitled

a guest
Jul 20th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. diff --git a/lib/CaP/Schema/Result/User.pm b/lib/CaP/Schema/Result/User.pm
  2. index 8240904..f2c9fe1 100644
  3. --- a/lib/CaP/Schema/Result/User.pm
  4. +++ b/lib/CaP/Schema/Result/User.pm
  5. @@ -35,6 +35,7 @@ column location => {
  6. extra => {
  7. geography_type => 'POINT',
  8. srid => 4326,
  9. + ndims => 2,
  10. },
  11. };
Add Comment
Please, Sign In to add comment