Working on Advanced Encryption Standard (AES), between agent backup and server.

This commit is contained in:
charlesgauthereau
2025-10-26 11:54:25 +01:00
parent 2a90d4933d
commit 7d6038e5f1
15 changed files with 200 additions and 22 deletions
-1
View File
@@ -15,7 +15,6 @@ export const retentionCleanTask = async () => {
retentionPolicy: true,
backups: {
where: isNull(drizzleDb.schemas.backup.deletedAt),
},
},
});