migrate file-access tokens onto shared OneTimeToken model (hash-at-rest)

This commit is contained in:
Pontoporeia
2026-08-24 11:36:02 +02:00
parent 3f1dcf5d43
commit d7184e4447
6 changed files with 122 additions and 63 deletions
+1
View File
@@ -76,6 +76,7 @@ class TestDatabase
$pdo = self::getPDO();
// Order matters due to FK constraints
$tables = [
'one_time_tokens',
'file_access_audit',
'file_access_sessions',
'file_access_tokens',