feat(db): auto-migrate both DBs on serve via scripts/migrate.sh

This commit is contained in:
Pontoporeia
2026-03-31 16:19:56 +02:00
parent af06e09caa
commit 72d48c49c3
5 changed files with 139 additions and 1 deletions

View File

@@ -2,5 +2,6 @@
## Fixes
- [x] Fix CSV import UNIQUE constraint crash: skip rows whose identifier already exists in DB
- [x] Auto-migrate both test.db and posterg.db on `just serve` via scripts/migrate.sh
- [x] Fix wrong `require_once` depth in `public/admin/actions/page.php` (`../../``../../../`)
- [x] Fix same path depth bug in `formulaire.php` and `publish.php`