refactor(db): move rate-limit extras into Prisma migration and remove db-extras script

This commit is contained in:
Yusuf İpek
2026-02-26 10:40:36 +03:00
parent 6dd44953a3
commit bb43a07234
6 changed files with 49 additions and 90 deletions
+1 -1
View File
@@ -16,7 +16,7 @@
- Keep API and UI imports on `@/` aliases when available.
## Important locations
- Custom SQL not managed by Prisma migrations: `prisma/migrations/*.sql` and runner `scripts/db-extras.ts`.
- Custom SQL managed by Prisma migrations: `prisma/migrations/*/migration.sql`.
- Shared API response helpers: `lib/api-response.ts`.
- Auth + access-control helpers: `lib/auth.ts`.