mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
Update gtest_storage_log.cpp
This commit is contained in:
parent
ec0986af0b
commit
fcfea17657
@ -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();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user