mirror of
https://codeberg.org/PostERG/xamxam.git
synced 2026-09-25 01:53:03 +02:00
migrate file-access tokens onto shared OneTimeToken model (hash-at-rest)
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user