20250807
This commit is contained in:
@@ -38,7 +38,13 @@
|
||||
if (count($ignoredOperations) === 0)
|
||||
// - то по умолчанию игнорируем все операции
|
||||
$ignoredOperations = [
|
||||
DBOperation::Insert, DBOperation::Get, DBOperation::Update, DBOperation::Delete, DBOperation::Count
|
||||
DBOperation::Insert,
|
||||
DBOperation::Get,
|
||||
DBOperation::Update,
|
||||
DBOperation::Delete,
|
||||
DBOperation::Count,
|
||||
DBOperation::CreateTable,
|
||||
DBOperation::DropTable
|
||||
];
|
||||
|
||||
// Инициализируем массив
|
||||
|
Reference in New Issue
Block a user