Skip to content

Commit 72fe68c

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 4f731e0 commit 72fe68c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

martin/src/config/file/tiles/postgres/resolver/scripts/query_available_tables.sql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ annotated_geometry_columns AS (
5252
geometry_columns.srid,
5353
geometry_columns.type,
5454
-- 'geometry' AS column_type
55-
cls.relkind AS relkind,
55+
cls.relkind,
5656
bool_or(sic.column_name IS NOT null) AS geom_idx
5757
FROM geometry_columns
5858
INNER JOIN pg_catalog.pg_namespace AS ns
@@ -79,7 +79,7 @@ annotated_geography_columns AS (
7979
geography_columns.srid,
8080
geography_columns.type,
8181
-- 'geography' AS column_type
82-
cls.relkind AS relkind,
82+
cls.relkind,
8383
bool_or(sic.column_name IS NOT null) AS geom_idx
8484
FROM geography_columns
8585
INNER JOIN pg_catalog.pg_namespace AS ns

0 commit comments

Comments
 (0)