Skip to content
Snippets Groups Projects
  • Denis Smirnov's avatar
    6ea360f7
    feat!(sql): implement drop index · 6ea360f7
    Denis Smirnov authored
    BREAKING CHANGE: "name" index in the _pico_index has changed:
    previously it guarantees uniqueness for a pair of (space_id,
    index_name). Now index name must be unique among the cluster.
    So, all the global indexes for _pico tables were renamed.
    Verified
    6ea360f7
    History
    feat!(sql): implement drop index
    Denis Smirnov authored
    BREAKING CHANGE: "name" index in the _pico_index has changed:
    previously it guarantees uniqueness for a pair of (space_id,
    index_name). Now index name must be unique among the cluster.
    So, all the global indexes for _pico tables were renamed.