-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Description
Each time a record is inserted in the time_entry table we need to perform an operation to calculate the time_entries summary.
For this, we need to follow the steps detailed above:
- Create a new time_entries_summary table with these fields:
- id
- day_date
- worked_time_in_day
- starting_week_day_date
- ending_week_day_date
- worked_time_in_week
- starting_month_day_date
- ending_month_day_date
- worked_time_in_month
- Create a trigger to populate the information in this table
I NEED TO FINISH THIS TICKET DESCRIPTION ----
Metadata
Metadata
Assignees
Labels
No labels