Commit Graph
7 Commits
Author SHA1 Message Date
Moh ba63f75ea8 REFACTORED - Replace Prisma with Drizzle ORM
CI / quality (push) Waiting to run
- Add lib/db (schema, postgres.js client, enums, seed, migrations) on Drizzle
- Rewrite all lib and admin action queries from Prisma to Drizzle
- Keep existing table/column names so no data migration is needed
- Preserve signed-cookie admin auth unchanged
- Map unique-violation handling from Prisma P2002 to SQLSTATE 23505
- Swap deps, scripts, Makefile, and Dockerfile from Prisma to Drizzle
2026-08-08 02:09:03 +02:00
MOH 623b492787 Remove locale debugging logs
CI / quality (push) Waiting to run
2026-03-15 08:36:43 +01:00
MOH 4da093bb24 Add runtime locale diagnostics
CI / quality (push) Waiting to run
2026-03-15 08:30:10 +01:00
MOH 50c3f5cce9 Fix maintenance redirects and admin host detection 2026-03-15 04:33:07 +01:00
MOH 5d3f77962a Add admin site settings sections and locale defaults 2026-03-15 04:06:33 +01:00
MOH 917be15dd5 refactor maintenance mode enforcement
CI / quality (push) Waiting to run
2026-03-07 14:30:09 +01:00
MOH f86b7f39f7 feat: initialize mohfarawati app foundation
CI / quality (push) Waiting to run
2026-03-06 13:53:57 +01:00