System summary DB schema update in sqlite
seswarrajan opened this issue · 0 comments
seswarrajan commented
- Rename DB from system_logs to system_summary
- Identify the fields required to be added into/removed from DB
- Define a new schema
- Modify insert/update functions to accommodate to the new DB schema.
- Validate insert/update with new schema and DB.
- Share schema to microservices team to unblock their implementation.