Commit Graph

3 Commits

Author SHA1 Message Date
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
47670f8313 deploy fix 2026-06-22 03:53:47 +02:00
4fdb51f583 init 2026-06-20 18:17:30 +02:00