mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 08:32:02 +00:00
Renamed a file for consistency
This commit is contained in:
parent
847ce93366
commit
0a1b3e57a8
@ -87,7 +87,6 @@ public:
|
||||
void rename(const String & new_path_to_table_data, const String & new_database_name, const String & new_table_name, TableStructureWriteLockHolder &) override;
|
||||
void renameOnDisk(const String & new_path_to_table_data);
|
||||
|
||||
|
||||
void checkAlterIsPossible(const AlterCommands & commands, const Settings & /* settings */) override;
|
||||
|
||||
/// in the sub-tables, you need to manually add and delete columns
|
||||
|
Loading…
Reference in New Issue
Block a user