Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extend graphql queries with a geo query #3084

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from

Commits on Nov 26, 2020

  1. #3043: Configure mssql and psql for geosearch queries

     - Enable PostGIS extension on PostgreSQL
     - Add db migration for adding geometry column to locations
     - Add db migration to populate geometry from existing lat,lng columns
     - Update test data with geometry values
     - Update test data conversion script for geometry values
     - Add gradle task for dropping postgis extension and make sure that it
       runs before dbDrop task otherwise drop-all liquibase command fails.
    ysf-simsoft committed Nov 26, 2020
    Configuration menu
    Copy the full SHA
    e12a116 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    63f2ba5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    04409f1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cda4cdc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    304ce58 View commit details
    Browse the repository at this point in the history