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
change queryArchived function name to queryByDate to better reflect its purpose of generating queries for deleting archived rows based on a date condition
queryByDate function now generates a query that uses a hard_delete() function in postgreSQL in order to delete rows and their history in a single query
Add history getter to entity that generates a query to retrieve the history of changes for a specific row based on its ID