ecto_soft_delete
ecto_soft_delete copied to clipboard
Soft Deletion for Ecto
Everything seems to fit very well except that I would like to be able to change the column name use to track soft deletes from `:deleted_at` to `:retired_at`. It would...
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...
If the function only adds a single column to a table then might we want to change the name to `soft_delete_column`? I didn't want to open up multiple PRs at...
adds the inverse functions of soft delete by setting deleted_at field to nil
Bumps [credo](https://github.com/rrrene/credo) from 1.2.2 to 1.7.2. Changelog Sourced from credo's changelog. 1.7.2 Fix compatibility & compiler warnings with Elixir 1.16 Fix a bottleneck in multicore performance Cache scope priorities CHANGELOG.md...
Bumps [ex_doc](https://github.com/elixir-lang/ex_doc) from 0.21.3 to 0.31.0. Changelog Sourced from ex_doc's changelog. v0.31.0 (2023-12-11) Enhancements Allow searching atoms, module attributes, and words finishing with ? and ! Support upcoming Erlang/OTP 27...
Bumps [ecto_sql](https://github.com/elixir-ecto/ecto_sql) from 3.3.3 to 3.11.1. Changelog Sourced from ecto_sql's changelog. v3.11.1 (2023-12-07) Enhancements [Ecto.Migration] Add :generated option to columns [Ecto.Migration] Add index storage parameters (via :options) for Postgres Bug...
Bumps [excoveralls](https://github.com/parroty/excoveralls) from 0.12.2 to 0.18.0. Release notes Sourced from excoveralls's releases. v0.18.0 Changes Always floor coverage instead of rounding (#310). Note: If you want to keep the previous rounding...