mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-05-18 22:22:36 +02:00
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:
parent
79518592e4
commit
db12a00bde
@ -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).
|
||||
|
@ -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");
|
||||
|
Loading…
x
Reference in New Issue
Block a user