We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug I have renamed my bar and want to update the custom URL without having to create a new bar and re-add all the ingredients
To Reproduce
http://my.install/bars/foos-palace
Versions:
The text was updated successfully, but these errors were encountered:
This was intended behavior when I implemented it but I don't remember why exactly :D
I'll re-check it out once more
Sorry, something went wrong.
Thanks - is there a command I can run against the database to update it in the meantime?
You can use the following sql:
docker compose exec bar-assistant sqlite3 storage/bar-assistant/database.ba3.sqlite "update bars set slug = 'my-new-slug' where slug = 'my-old-slug'"
Amazing thanks!
Allow slug updates #295
10e2d88
karlomikus
No branches or pull requests
Describe the bug
I have renamed my bar and want to update the custom URL without having to create a new bar and re-add all the ingredients
To Reproduce
http://my.install/bars/foos-palace
http://my.install/bars/foos-palace
Versions:
The text was updated successfully, but these errors were encountered: