Files
dashboard/backend/src
Matthias Hochmeister 25d418539e fix(migration): make trigger creation idempotent with DROP IF EXISTS
Previous failed runs committed the CREATE TABLE/TRIGGER DDL outside a
transaction (pool.query BEGIN/ROLLBACK is not connection-pinned), leaving
the trigger in place. Re-runs then fail with 'already exists'.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-13 20:15:29 +02:00
..
2026-03-13 08:30:05 +01:00
2026-03-23 16:47:36 +01:00
2026-03-13 13:46:08 +01:00
2026-02-27 20:46:21 +01:00