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
Let's say I am an analytics person and I would like to look at my history.
I would like to see what I have done 1 month/year ago.
If we really destroy the data/task from the database, we can't make the report.
I have 2 suggestion about this:
IsDeleted
In the tasks table, there can be a column, called IsDeleted --not very suggested
HISTask
We can create a new table, called HISTask (HistoryTask - it can be renamed) and we can have deleted date and updated date.
When we insert the task, we will insert it on HISTask too.
When we make reports about tasks, we will include HISTask on the query.
The text was updated successfully, but these errors were encountered:
pobiega
changed the title
Discussion: Is delete should really delete?
Discussion: Should delete really delete?
May 7, 2021
Let's say I am an analytics person and I would like to look at my history.
I would like to see what I have done 1 month/year ago.
If we really destroy the data/task from the database, we can't make the report.
I have 2 suggestion about this:
IsDeleted
In the tasks table, there can be a column, called
IsDeleted
--not very suggestedHISTask
We can create a new table, called
HISTask
(HistoryTask - it can be renamed) and we can have deleted date and updated date.When we insert the task, we will insert it on HISTask too.
When we make reports about tasks, we will include HISTask on the query.
The text was updated successfully, but these errors were encountered: