Chandrasekhar Raman

Results 2 comments of Chandrasekhar Raman

> The modified field in the schema has `CURRENT_TIMESTAMP(3) ON UPDATE CURRENT_TIMESTAMP(3)` so any time the entry is updated, the field will be updated automatically. What is the use case...

another approach could be to check if something has actually been updated, similar to [executePutRole](https://github.com/AthenZ/athenz/blob/22c013bf6fc2490de5a789b3844b71b88d9ce130/servers/zms/src/main/java/com/yahoo/athenz/zms/DBService.java#L1571). If nothing has been updated throw an error, else update the domain and role modified...