Add database migration for secrets detection columns
authormaximiliancw <redacted>
Fri, 9 Jan 2026 15:23:47 +0000 (16:23 +0100)
committermaximiliancw <redacted>
Fri, 9 Jan 2026 15:23:47 +0000 (16:23 +0100)
commit33931d1f5941a479b0f2ec39b359e41efbcd3416
tree7d15aeb5d17138ffdf7f4f61098ad6a8e52919e6
parenta3f71141c0d2b48d352c30593a1270d404fe0704
Add database migration for secrets detection columns

Existing installations will fail with 'table request_logs has no column
named secrets_detected' since the new columns don't exist in their SQLite
database. This adds a migration check that adds the missing columns if they
don't exist.
src/services/logger.ts
git clone https://git.99rst.org/PROJECT