spomeni/prisma/migrations/20260729165425_add_admin_and_code
dimitar 8569b506d2 feat(db): add AdminUser and Code models with migration
- Add AdminUser model (username, passwordHash, role enum)
- Add Code model (code, createdBy, usedByUserId, timestamps)
- Install bcryptjs for password hashing
- Run migration add_admin_and_code
2026-07-29 18:54:40 +02:00
..
migration.sql feat(db): add AdminUser and Code models with migration 2026-07-29 18:54:40 +02:00