Skip to content

Fix address delete

Since we have not set cascade policies on our table relationships, dependencies must be removed first when user or addresses are removed. This branches does that. The unit tests will only fail on PostgreSQL, since SQLite does not enforce foreign key constraints.

Merge request reports