mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-01-23 10:45:57 +00:00
Tombstones were used for tracking deleted entities but are no longer needed with the operation log architecture. This removes: - Tombstone table from Prisma schema - Tombstone-related methods from SyncService - Tombstone mocks and tests from all test files - Database migration to drop tombstones table The operation log now handles deletions through DEL operations, making the separate tombstone tracking redundant. |
||
|---|---|---|
| .. | ||
| backup.sh | ||
| build-and-push.sh | ||
| clear-data.ts | ||
| delete-user.ts | ||
| deploy.sh | ||
| monitor.ts | ||