Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes #13341 Clean up correct seats on license delete
Before this, we checked for the `id` collumn in the `license_seats` table, insteasd of using `license_id` for this. This way, we ensure that we only alter seats belonging to the correct license.
- Loading branch information