Skip to content

Add method for indexing deleted_at to Ecto.SoftDelete.Migration #79

@Dacello

Description

@Dacello

Ecto soft delete migrations don't have a method to create an index for deleted_at. This is potentially problematic if we are always querying for deleted_at IS NOT NULL. Can we add a helper method similar to soft_delete_columns that is for soft_delete_index?

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