Fix owned account notes not being deleted when an account is deleted (#16579)
* Add account_notes relationship * Add tests * Fix owned account notes not being deleted when an account is deleted * Add post-migration to clean up orphaned account notes
Showing
- app/models/concerns/account_interactions.rb 3 additions, 0 deletionsapp/models/concerns/account_interactions.rb
- app/services/delete_account_service.rb 2 additions, 0 deletionsapp/services/delete_account_service.rb
- db/post_migrate/20210808071221_clear_orphaned_account_notes.rb 21 additions, 0 deletions...st_migrate/20210808071221_clear_orphaned_account_notes.rb
- db/schema.rb 1 addition, 1 deletiondb/schema.rb
- spec/services/delete_account_service_spec.rb 4 additions, 1 deletionspec/services/delete_account_service_spec.rb
Loading
Please register or sign in to comment