You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
User records with a non-null DELETED column should be considered deleted. This should be populated with the current timestamp when a DELETE REST call is made on a user record. User should be subsequently unable to login.
There should be an easy way in Eureka to filter out user records with a non-null DELETED column.
UPDATED should be when any column other than LASTLOGIN is changed.
Consider a trigger for the implementation.
The text was updated successfully, but these errors were encountered:
User records with a non-null DELETED column should be considered deleted. This should be populated with the current timestamp when a DELETE REST call is made on a user record. User should be subsequently unable to login.
There should be an easy way in Eureka to filter out user records with a non-null DELETED column.
UPDATED should be when any column other than LASTLOGIN is changed.
Consider a trigger for the implementation.
The text was updated successfully, but these errors were encountered: