-
Notifications
You must be signed in to change notification settings - Fork 1
Delete notify logs on delete user #14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…g deletes - Updated test case to include notification log deletion verification. - Modified notify_logs model to add cascading delete on user relation. - Added migration script to implement foreign key constraint with cascading delete.
✅ Deploy Preview for wa-hyperjump-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for monika-notify-api ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for wa-hyperjump-fb-webhooks ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #14 +/- ##
==========================================
- Coverage 98.35% 98.28% -0.07%
==========================================
Files 75 76 +1
Lines 2911 2915 +4
Branches 364 365 +1
==========================================
+ Hits 2863 2865 +2
- Misses 48 50 +2 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
✅ Deploy Preview for wa-hyperjump-tech ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
- Added `server-only` package to `package.json`. - Updated TypeScript version to 5.9.3 across various dependencies. - Refactored context helper functions to use more specific type annotations. - Removed unused imports in `delete-token` action and `page.client.tsx` file. - Cleaned up test files by removing unnecessary mock setups.
- Upgraded `@netlify/plugin-nextjs` from version 5.13.3 to 5.14.0 in both `pnpm-lock.yaml` and `package.json`. - Added `tsx@4.7.1` as a dependency for `vite-tsconfig-paths` and `@vitest/mocker` in `pnpm-lock.yaml`.
…v packages - Upgraded `@t3-oss/env-nextjs` and `@t3-oss/env-core` from version 0.10.1 to 0.13.8 in both `pnpm-lock.yaml` and `package.json`. - Adjusted peer dependencies for `arktype`, `valibot`, and `zod` in `pnpm-lock.yaml`. - Modified build command in `netlify.toml` to remove example environment file before build.
Fix issue #13