super-productivity/packages/super-sync-server/scripts
Johannes Millan a52b7716aa refactor(sync): remove tombstone system
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.
2025-12-28 12:08:28 +01:00
..
backup.sh feat(sync-server): add deployment and monitoring scripts 2025-12-19 14:26:12 +01:00
build-and-push.sh feat(sync-server): add GHCR-based deployment workflow 2025-12-19 15:24:20 +01:00
clear-data.ts refactor(sync): remove tombstone system 2025-12-28 12:08:28 +01:00
delete-user.ts fix(superSync): Update admin scripts and README for Postgres compatibility 2025-12-12 20:48:40 +01:00
deploy.sh feat(sync-server): add disk space and table size monitoring 2025-12-19 15:54:09 +01:00
monitor.ts feat(sync-server): add operation analysis to monitor CLI 2025-12-19 16:23:52 +01:00