Update attachInformationSchemaTables.cpp

This commit is contained in:
Yarik Briukhovetskyi 2023-08-02 14:06:20 +02:00 committed by GitHub
parent ffdc174c9a
commit e811d5c4e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -45,7 +45,6 @@ static void createInformationSchemaView(ContextMutablePtr context, IDatabase & d
database.createTable(context, ast_create_upper.getTable(), view_upper, ast_upper);
}
catch (...)
{