datarttu / sujuikoDB

Database backend for transit network & observation data.
MIT License
1 stars 1 forks source link

Fix exclusion constraint in `nw.route_version` #117

Closed datarttu closed 3 years ago

datarttu commented 3 years ago

so it enforces non-overlapping validity periods of route-dir combinations, not route_ver_id values that are arbitrary, in the end.

Closes #103.