spomeni/prisma
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
..
migrations feat(db): add AdminUser and Code models with migration 2026-07-29 18:54:40 +02:00
schema.prisma feat(db): add AdminUser and Code models with migration 2026-07-29 18:54:40 +02:00