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 Cannot run migrate cmd successfully in mysql
Reproducing the bug
Server logs
Server configuration
Expected behavior
Run migrate cmd successfully
Environment
Additional context
The error log seems to express db variable has a nil value in ory/keto/storage.(*SQLManager).CreateSchema, I'm not sure if I did something wrong.
db
nil value
ory/keto/storage.(*SQLManager).CreateSchema
The text was updated successfully, but these errors were encountered:
fix: resolve panic when executing migrations
14bfbc0
closes #177
Sorry about that, patch and release are coming
Sorry, something went wrong.
fix: resolve panic when executing migrations (#178)
7e83fee
Closes #177
aeneasr
Successfully merging a pull request may close this issue.
Describe the bug
Cannot run migrate cmd successfully in mysql
Reproducing the bug
Server logs
Server configuration
Expected behavior
Run migrate cmd successfully
Environment
Additional context
The error log seems to express
db
variable has anil value
inory/keto/storage.(*SQLManager).CreateSchema
, I'm not sure if I did something wrong.The text was updated successfully, but these errors were encountered: