Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🐛 Fix no server owner after migration #188

Merged
merged 2 commits into from
Nov 4, 2023

Conversation

aaronleopold
Copy link
Collaborator

The migration from #186 causes the server owner status to not be reassigned after removing the old representation, so you'd have no server owner afterwards. To remedy this, I've added a new CLI command to assign a user the server owner status:

./stump account reset-owner

If you have direct database access you can of course just flip the boolean value of is_server_owner manually

@aaronleopold aaronleopold force-pushed the al/fix-server-owner-oopsies branch from 02397ef to 953556f Compare November 4, 2023 23:05
@aaronleopold aaronleopold merged commit 846df2b into develop Nov 4, 2023
7 checks passed
@aaronleopold aaronleopold deleted the al/fix-server-owner-oopsies branch November 24, 2023 23:45
@aaronleopold aaronleopold mentioned this pull request Feb 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant