Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
lpsinger committed Jan 27, 2023
1 parent 0cd4e16 commit edbbb5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion healpix_alchemy/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,4 +93,4 @@ def _create_indices(index, parent):
isinstance(index.expressions[0], sa.Column) and
isinstance(index.expressions[0].type, Tile)
):
index.dialect_options['postgresql']['using'] = 'gist'
index.dialect_options['postgresql']['using'] = 'spgist'

0 comments on commit edbbb5c

Please sign in to comment.