mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 23:21:59 +00:00
swap source and last_exception in StorageSystemDictionaries
This commit is contained in:
parent
76629e99ae
commit
9965f5e357
@ -33,8 +33,8 @@ StorageSystemDictionaries::StorageSystemDictionaries(const std::string & name)
|
||||
{ "element_count", std::make_shared<DataTypeUInt64>() },
|
||||
{ "load_factor", std::make_shared<DataTypeFloat64>() },
|
||||
{ "creation_time", std::make_shared<DataTypeDateTime>() },
|
||||
{ "last_exception", std::make_shared<DataTypeString>() },
|
||||
{ "source", std::make_shared<DataTypeString>() }
|
||||
{ "source", std::make_shared<DataTypeString>() },
|
||||
{ "last_exception", std::make_shared<DataTypeString>() }
|
||||
}
|
||||
{
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user