Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- diff --git a/lib/CaP/Schema/Result/User.pm b/lib/CaP/Schema/Result/User.pm
- index 8240904..f2c9fe1 100644
- --- a/lib/CaP/Schema/Result/User.pm
- +++ b/lib/CaP/Schema/Result/User.pm
- @@ -35,6 +35,7 @@ column location => {
- extra => {
- geography_type => 'POINT',
- srid => 4326,
- + ndims => 2,
- },
- };
Add Comment
Please, Sign In to add comment