fpdcc / ccfp-asset-dashboard

CCFP Asset Dashboard
0 stars 1 forks source link

filter buildings to only show FPD owned buildings #134

Closed glw closed 2 years ago

glw commented 2 years ago

Building assets should be filtered to only include FPD owned buildings.

select * from quercus.buildings where ownership = 'fpdcc';

glw commented 2 years ago

oh and demolished = 'no'