mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-07-21 10:28:33 +00:00
Migrate super-sync-server to Prisma v7: - Switch generator from prisma-client-js to prisma-client with local output - Add prisma.config.ts for datasource URL configuration - Use PrismaPg driver adapter instead of built-in Rust engine - Add @prisma/adapter-pg and pg dependencies - Update all imports from @prisma/client to generated client path - Fix Buffer→Uint8Array for Bytes fields (Prisma v6 breaking change) - Update Dockerfile: prisma CLI version, copy prisma.config.ts - Add DATABASE_URL validation in db.ts - Add src/generated/ to .gitignore |
||
|---|---|---|
| .. | ||
| analyze-storage.ts | ||
| backup.sh | ||
| build-and-push.sh | ||
| clear-data.ts | ||
| delete-user.ts | ||
| deploy.sh | ||
| docker-monitor.sh | ||
| health-alert.sh | ||
| monitor.ts | ||
| MONITORING-README.md | ||
| run-all-monitoring.ts | ||