feat: backup and restore logs modal view

This commit is contained in:
Charles GTE
2026-06-06 22:46:36 +02:00
parent 1e3f112d9c
commit e1e4d67114
22 changed files with 9294 additions and 28 deletions
@@ -36,7 +36,8 @@ export const getDatabaseDataAction = userAction
with: {
storageChannel: true
}
}
},
logs: true
},
orderBy: (b, {desc}) => [desc(b.createdAt)],
}) as BackupWith[];