kopia lustrzana https://github.com/openmaptiles/openmaptiles
Remove alignment of AS in SQL and few others (#932)
* Remove alignment of AS in SQL * Remove alignment of CREATE TABLE in SQLpull/954/head
rodzic
13aaa404d9
commit
9bb17792a6
|
@ -61,8 +61,7 @@ FROM (
|
|||
name_de,
|
||||
hstore(string_agg(nullif(slice_language_tags(tags ||
|
||||
hstore(ARRAY ['name', name, 'name:en', name_en, 'name:de', name_de]))::text,
|
||||
''), ','))
|
||||
AS "tags",
|
||||
''), ',')) AS "tags",
|
||||
ref,
|
||||
highway,
|
||||
construction,
|
||||
|
|
Ładowanie…
Reference in New Issue