Remove alignment of AS in SQL and few others (#932)
* Remove alignment of AS in SQL * Remove alignment of CREATE TABLE in SQL
This commit is contained in:
parent
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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user