-
Notifications
You must be signed in to change notification settings - Fork 373
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: add mfa migrations #722
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You should use the {{ index .Options "Namespace" }}
template string instead of auth
I think. @kangmingtay made this change to support arbitrary search paths a few weeks ago.
Ah yes I forgot about that, thanks for the catch! Let me amend it now |
🎉 This PR is included in version 2.17.4 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
What kind of change does this PR introduce?
Merges in the database changes from MFA. Obtained by doing
git checkout -p mfa_v1 <filename>
and subsequently taking the session changes and moving it to a separate migration