Fix V7 dev seed for H2 compatibility.
Some checks failed
CI / Lint, type check, unit tests, coverage (pull_request) Failing after 2m15s
CI / E2E browser tests (pull_request) Failing after 1m34s

Remove PostgreSQL-only ON CONFLICT so Flyway succeeds in tests and local H2.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Joakim Mörling 2026-05-27 12:40:22 +02:00
parent 1c9269699e
commit 5b5b44194d

View file

@ -10,5 +10,4 @@ VALUES (
NULL, NULL,
TIMESTAMP '2026-05-16 09:00:00', TIMESTAMP '2026-05-16 09:00:00',
TIMESTAMP '2026-05-16 09:00:00' TIMESTAMP '2026-05-16 09:00:00'
) );
ON CONFLICT (id) DO NOTHING;