You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've found this bugfix to cause a breaking migration and therefore I had to remove roles that were duplicate by manual SQL in the migration. This means that roles are removed, although the only reason they were duplicate to begin with is manual tampering with the database.
Since this is a safe, but failure-prone migration, I'm going to postpone the issue from 1.6.2 to 1.7.0. The PR will be merged later.
I was able to add multiple roles in the Role entity table with the same name. This could lead to undefined behaviour.
The text was updated successfully, but these errors were encountered: