You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
Dacello
changed the title
Add method for indexing deleted_at to Ecto.SoftDelete.Migrations
Add method for indexing deleted_at to Ecto.SoftDelete.MigrationMar 20, 2020
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_columns
that is forsoft_delete_index
?The text was updated successfully, but these errors were encountered: