koordinates / kart

Distributed version-control for geospatial and tabular data
https://kartproject.org
Other
515 stars 39 forks source link

Fix add-dataset for PostGIS working copies #967

Closed olsen232 closed 5 months ago

olsen232 commented 5 months ago

Unlike for GPKGs, we need to be looking for tables only in the appropriate schema. Happily, the code is all mostly in-place. Added test.

Related links:

Fixes https://github.com/koordinates/kart/issues/965

Checklist: