Given shared table `foo`, - `add_index(:foo,:bar)` creates an index called `global."index_global.foo_on_bar"` (with the quotes). - `remove_index(:foo,:bar)` tries to remove an index called `index_global.global.foo_on_bar`.
Given shared table
foo,add_index(:foo,:bar)creates an index calledglobal."index_global.foo_on_bar"(with the quotes).remove_index(:foo,:bar)tries to remove an index calledindex_global.global.foo_on_bar.