-
-
Notifications
You must be signed in to change notification settings - Fork 161
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 issue with migration that wouldn't run on MariaDB 10 by specifying a primary key #2570
Closed
simongroenewolt
wants to merge
568
commits into
bolt:master
from
simongroenewolt:fix/migration-for-mysql
Closed
fix issue with migration that wouldn't run on MariaDB 10 by specifying a primary key #2570
simongroenewolt
wants to merge
568
commits into
bolt:master
from
simongroenewolt:fix/migration-for-mysql
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Note : this fix hasn't been checked with an existing sqlite db. |
Hi @simongroenewolt, The tests are failing because of some bitrot in dependencies. If you could rebase on |
…e and clean up empty nested menus
…lly limit access to /bolt/api or /api)
… and api packages that don't have their controllers in the Bolt sources.
…wards compatible. Use only ROLE_ADMIN and ROLE_EDITOR in config to keep things simple.
…check in the locales() method on 'view' permission. (reference: bolt#2342)
… Picking still works
…unction()` for checkboxes
simongroenewolt
force-pushed
the
fix/migration-for-mysql
branch
from
May 11, 2021 15:34
0240053
to
55fd452
Compare
hmmm, that clearly was the wrong order of rebase/push -- I'll abondon this PR and create a fresh one! |
Been there, done that! 😂 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
see #2569