Update gtest_storage_log.cpp

This commit is contained in:
Alexander Tokmakov 2024-02-21 20:16:14 +01:00 committed by GitHub
parent ec0986af0b
commit fcfea17657
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -32,7 +32,7 @@ DB::StoragePtr createStorage(DB::DiskPtr & disk)
StoragePtr table = std::make_shared<StorageLog>(
"Log", disk, "table/", StorageID("test", "test"), ColumnsDescription{names_and_types},
ConstraintsDescription{}, String{}, false, getContext().context);
ConstraintsDescription{}, String{}, LoadingStrictnessLevel::CREATE, getContext().context);
table->startup();