-
Notifications
You must be signed in to change notification settings - Fork 457
fix(sql): don't panic on missing migration when preload is enabled #1932
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(sql): don't panic on missing migration when preload is enabled #1932
Conversation
|
Thanks for the PR! I don't think we should panic here. I think i would have went with simply replacing the |
Package Changes Through 3bb7714There are 8 changes which include dialog with patch, dialog-js with patch, positioner with patch, positioner-js with patch, http with patch, http-js with patch, shell with patch, shell-js with patch Planned Package VersionsThe following package releases are the planned based on the context of changes in this pull request.
Add another change file through the GitHub UI by following this link. Read about change files or the docs at github.com/jbolda/covector |
This solution is really simpler and fits the semantics of the |
|
Looks like CI is having trouble installing webkit2gtk. :( |
|
oh, github changed the default runners |
…auri-apps#1932) Co-authored-by: Fabian-Lars <[email protected]>
…auri-apps#1932) Co-authored-by: Fabian-Lars <[email protected]>
this pr is the implement of #1930 .
tasks