Add Flyway migration V2 that inserts a pre-seeded test user for manual testing. This avoids having to register a new account every time the environment is reset. - Email: test@bilhalsning.se - Password: test1234 - Password hash: bcrypt ($2b$12$) The migration uses a plain INSERT (no ON CONFLICT) since it runs on fresh databases only. H2-compatible — no PostgreSQL-specific syntax. To re-seed after deletion: docker compose down -v && docker compose up -d |
||
|---|---|---|
| .. | ||
| src | ||
| .gitattributes | ||
| .gitignore | ||
| build.gradle | ||
| gradlew.bat | ||