Skip to content

Commit 35af6d4

Browse files
committed
feat(departement): add index on srid_source
1 parent 569cd43 commit 35af6d4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

airflow/include/sql/sparte/models/admin_express/departement.sql

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
{'columns': ['code'], 'type': 'btree'},
77
{'columns': ['name'], 'type': 'btree'},
88
{'columns': ['region'], 'type': 'btree'},
9-
{'columns': ['geom'], 'type': 'gist'}
9+
{'columns': ['geom'], 'type': 'gist'},
10+
{'columns': ['srid_source'], 'type': 'btree'},
1011
])
1112
}}
1213

0 commit comments

Comments
 (0)