Fix logical error

This commit is contained in:
alesapin 2022-06-02 18:27:31 +02:00
parent 4e4c95c5cc
commit c1b0769c6d

View File

@ -10,6 +10,7 @@ namespace DB
namespace ErrorCodes
{
extern const int FS_METADATA_ERROR;
extern const int LOGICAL_ERROR;
}