Fix V7 dev seed for H2 compatibility.
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:
parent
1c9269699e
commit
5b5b44194d
1 changed files with 1 additions and 2 deletions
|
|
@ -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;
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue