NYCPlanning / db-colp

City Owned and Leased Properties Database (COLP)
0 stars 0 forks source link

DCP Edited Field is NULL for all records #200

Closed AmandaDoyle closed 2 years ago

AmandaDoyle commented 2 years ago

DCP Edited Field is NULL for all records This should not be the case since modifications from the modifications table are being applied.

td928 commented 2 years ago

Got it. This slipped past us. Current logics use the uid to update dcp_edited and it is not included in the applied table anymore. I think what needs to be done here is grab the uid from the _colp table when its record is updated and send it to the applied table. Opening up a feature branch to explore this now.