I need to extract data from the SQL table, and I want to know what have been created/modified from a specific date.
So I suggest te following:
- adding a "date_modification" in the "planning_periode" table,
- add the date of the current day in this column every time a period is created / modified
I can help if needed, I "just" need to know where the creation/modification are saved in DB in the source files.
Tanks!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
I need to extract data from the SQL table, and I want to know what have been created/modified from a specific date.
So I suggest te following:
- adding a "date_modification" in the "planning_periode" table,
- add the date of the current day in this column every time a period is created / modified
I can help if needed, I "just" need to know where the creation/modification are saved in DB in the source files.
Tanks!
It's already in the todolist for a further version : the last modification date will be saved, with the name of the user who modified.