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?
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 fordeleted_at IS NOT NULL. Can we add a helper method similar tosoft_delete_columnsthat is forsoft_delete_index?