2025-05-14 Fred Gleason <fredg@paravelsystems.com>

* Added schema 376 support for '--orphaned-tables' in rddbmgr(8).

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason 2025-05-14 09:54:36 -04:00
parent 79518592e4
commit db12a00bde
2 changed files with 4 additions and 1 deletions

View File

@ -24977,3 +24977,5 @@
* Incremented the package version to 4.3.0int8.
2025-04-24 Fred Gleason <fredg@paravelsystems.com>
* Added a 'RDTimeArray' class for optimization and debugging.
2025-05-14 Fred Gleason <fredg@paravelsystems.com>
* Added schema 376 support for '--orphaned-tables' in rddbmgr(8).

View File

@ -1237,7 +1237,8 @@ QStringList MainObject::GetCanonicalTables(int schema) const
tables.push_back("WEB_CONNECTIONS");
break;
case 375: // v3.2.x
case 375: // v4.3.x
case 376: // v4.4.x
tables.push_back("AUDIO_CARDS");
tables.push_back("AUDIO_INPUTS");
tables.push_back("AUDIO_OUTPUTS");