table restore script WIP

This commit is contained in:
SPRINX0\prochazka
2025-12-01 10:08:00 +01:00
parent d3322a4a15
commit d650d91d82
5 changed files with 95 additions and 15 deletions

View File

@@ -235,7 +235,7 @@
function getAppObjectGroup(data) {
if (data.objectTypeField == 'tables') {
if (data.pureName.match(/^_(.*)_\d\d\d\d-\d\d-\d\d-\d\d-\d\d-\d\d$/)) {
if (data.pureName.match(databaseObjectAppObject.TABLE_BACKUP_REGEX)) {
return _t('dbObject.tableBackups', { defaultMessage: 'Table Backups' });
}
}