-
released this
2026-04-23 12:36:03 +02:00 | 24 commits to main since this releaseBrings the generic audit-log helper (timestamp + actor + action + entity
- changed_fields JSON) into the shared library so every consumer picks
up the same shape without reimplementing it. The table is now named
audit_log(wascommand_login fewo-webapp); consumers copy
AuditLog::CREATE_TABLE_SQLinto their schema.sql so class name and
table name stay in one source of truth.
Legacy data on fewo-webapp migrates via a one-shot
INSERT INTO audit_log SELECT … FROM command_log; DROP TABLE command_log;
statement in that project's schema.sql.Closes #449 (fewo-webapp half follows in separate commits).
Co-Authored-By: Claude Opus 4.7 (1M context) noreply@anthropic.com
Downloads
-
Source code (ZIP)
1 download
-
Source code (TAR.GZ)
1 download
- changed_fields JSON) into the shared library so every consumer picks