Merge branch 'feature/restore-script'

This commit is contained in:
SPRINX0\prochazka
2025-12-01 14:27:29 +01:00
7 changed files with 197 additions and 16 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' });
}
}