Skip to content

Add @Where conditions on SingleSession and SharedSession

Chris Lemaire requested to merge fix-soft-delete into development

Because of these missing @Wheres and missing @SQLDeletes, it was possible to fully delete single-sessions from the database, and, additionally, it was possible to fetch sessions that were deleted from the database.

Merge request reports