fpdcc / ccfp-asset-dashboard

CCFP Asset Dashboard
0 stars 1 forks source link

Fix trails <-> trails info relationship #242

Closed smcalilly closed 1 year ago

smcalilly commented 1 year ago

Overview

The schema changed to where the trails_info_id is a column in the trails table, so we need to use that new relationship to access the trails geometry data.

other changes include:

Notes

We need to make sure other tables haven't changed. Here's the latest diagram from @jim-z

quercus-6-22-2023

I opened issue #243 to do this.

Testing Instructions