mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
- Make ensureDefaultAdmin idempotent with onConflictDoNothing (fixes UNIQUE constraint error when parallel test files share a DB) - Move duplicate-username check before user-limit check so 409 takes priority over 403 - Bump MAX_USERS from 5 to 50 (tests create ~15 users across files)