pow_assent icon indicating copy to clipboard operation
pow_assent copied to clipboard

Migration should have `on_delete: :delete_all` for user reference

Open danschultzer opened this issue 5 years ago • 0 comments

The Ecto migration mix generator has been lifted from the Ecto library where on_delete: :nothing is unfortunately hardcoded:

https://github.com/danschultzer/pow/blob/v1.0.20/lib/pow/extension/ecto/schema/migration.ex#L14

In the case of user identities it really should be on_delete: :delete_all as recommended in the Ecto docs. I'll have to rework the mix generator to permit defaults being passed along with associations.

danschultzer avatar Apr 24 '20 16:04 danschultzer