File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1603,11 +1603,11 @@ static table_sql sql_for_relations_format2()
16031603 " FROM jsonb_array_elements($1) AS el"
16041604 " WHERE el->>'type' = $2"
16051605 " $$ LANGUAGE SQL IMMUTABLE" ,
1606- " CREATE INDEX \" {prefix}_rels_node_members \" "
1606+ " CREATE INDEX \" {prefix}_rels_node_members_idx \" "
16071607 " ON {schema}\" {prefix}_rels\" USING GIN"
16081608 " (({schema}\" {prefix}_member_ids\" (members, 'N'::char)))"
16091609 " WITH (fastupdate = off) {index_tablespace}" ,
1610- " CREATE INDEX \" {prefix}_rels_way_members \" "
1610+ " CREATE INDEX \" {prefix}_rels_way_members_idx \" "
16111611 " ON {schema}\" {prefix}_rels\" USING GIN"
16121612 " (({schema}\" {prefix}_member_ids\" (members, 'W'::char)))"
16131613 " WITH (fastupdate = off) {index_tablespace}" };
You can’t perform that action at this time.
0 commit comments