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

This commit is contained in:
Pontoporeia
2026-04-01 15:55:12 +02:00
parent af06e09caa
commit 72d48c49c3
5 changed files with 139 additions and 1 deletions
+1
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`