Closed Rikuoja closed 2 years ago
OSM table cannot have sequence primary key, as this would result in data duplication, or Integrityerror with the UNIQUE (osm_id, type) constraint.
Generate text primary key "type-osm_id" instead.
Will make a PR soon.
Also tamperewfs_luontorastit seems to need this.
tamperewfs_luontorastit
OSM table cannot have sequence primary key, as this would result in data duplication, or Integrityerror with the UNIQUE (osm_id, type) constraint.
Generate text primary key "type-osm_id" instead.