F-003 fix: Sanitize SQL dump for safe dev use

This commit is contained in:
rikrdo
2026-05-25 08:14:34 +02:00
parent 3d41579ad3
commit e6feea5ee6
24 changed files with 483 additions and 1187942 deletions

View File

@@ -11,3 +11,4 @@ Setup:
1. Review `config/README.md`.
2. Fill `config/local.php` with local values.
3. Import `project/sql/db-25052026.sql` into local MariaDB if needed.
4. See `project/sql/README.md` for safe SQL baseline and private data handling.