Files
timetracker/frontend
simon.franken 1a7d13d5b9 Implement soft-delete for clients, projects, and time entries
Replace hard deletes with deletedAt timestamp flags on all three entities.
Deleting a client or project only sets its own deletedAt; child records are
excluded implicitly by filtering on parent deletedAt in every read query.
Raw SQL statistics queries also filter out soft-deleted parents.
FK ON DELETE CASCADE removed from Project→Client and TimeEntry→Project.
2026-02-23 15:21:13 +01:00
..
2026-02-23 10:53:39 +01:00
fix
2026-02-18 19:31:47 +01:00
2026-02-23 10:53:39 +01:00
fix
2026-02-18 19:31:47 +01:00
2026-02-16 10:15:27 +01:00
2026-02-16 10:15:27 +01:00
2026-02-16 10:15:27 +01:00
2026-02-16 10:15:27 +01:00
2026-02-16 10:15:27 +01:00
2026-02-16 10:15:27 +01:00
2026-02-16 17:12:47 +01:00