Skip to content

Drop schema drops all indexes of same table name, not just single schemas table. #519

@cody-scott

Description

@cody-scott

When calling drop_all_indexes_on_table, indexes on every table matching the target will be dropped. If a user has an identically named table on another schema, it will also drop those indexes.

  • schema_a.table
  • schema_b.table

calling drop_all_indexes_on_table on schema_a.table drops both schema_a.table and schema_b.table's indexes

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions