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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
cleanup (#3)
* cleanup
* fix: add migration for missing custom permissions
- Adds AlterModelOptions for StandingsEntry to include manage_standings permission
- Adds AlterModelOptions for StandingRequest to include approve_standings permission
- Adds AlterModelOptions for SyncedCharacter to ensure default permissions are created
- This fixes the issue where users couldn't see the plugin due to missing add_syncedcharacter permission
* bump: version 0.0.14
* lint