Skip to content

SQL: drop index

Denis Smirnov requested to merge sd/drop_index into master

Summary

Implement DROP INDEX command. For this purpose an index name must be unique in _pico_index, so a new breaking change for schema: all _pico indexes were renamed as well.

Edited by Denis Smirnov

Merge request reports