N°6097 - Fix \CMDBSource::DropDB() not resetting cache like \CMDBSource::DropTable() which can lead to errors when trying to re-create it afterwards

This commit is contained in:
Molkobain
2023-08-03 16:47:53 +02:00
parent 6d13397ba1
commit aef3c2e609

View File

@@ -535,6 +535,7 @@ class CMDBSource
{
self::$m_sDBName = '';
}
self::_TablesInfoCacheReset(); // reset the table info cache!
}
public static function CreateTable($sQuery)