avniproject / avni-server

Backend APIs for Avni
https://avniproject.org
GNU Affero General Public License v3.0
5 stars 25 forks source link

latest_approval_status part of sync_telemetry instead of entity_sync_status #708

Open mahalakshme opened 3 months ago

mahalakshme commented 3 months ago

Need:

entity_sync_status have been useful for debugging. Currently it is affecting the ability to figure out the rootcause of some issues. Looks like because of some bug it has been replaced with latest_approval_status.

AC:

Add back entity_sync_status column and remove latest_approval status.