Skip to content
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 db sequel command regression #192

Merged
merged 1 commit into from
Jul 24, 2020
Merged

Conversation

roborourke
Copy link
Contributor

Fixes #191

@roborourke roborourke merged commit ee5347f into master Jul 24, 2020
@roborourke roborourke deleted the fix-db-sequel-command branch July 24, 2020 09:25
@hm-backport
Copy link

hm-backport bot commented Jul 24, 2020

The backport to v4-branch failed:

Commits ["4f4e9da8c711a76ac054e518b113890cd4ff73fa"] could not be cherry-picked on top of v4-branch

To backport manually, run these commands in your terminal:

# Fetch latest updates from GitHub.
git fetch
# Create new working tree.
git worktree add .worktrees/backport v4-branch
# Navigate to the new directory.
cd .worktrees/backport
# Cherry-pick all the commits of this pull request and resolve the likely conflicts.
git cherry-pick 4f4e9da8c711a76ac054e518b113890cd4ff73fa
# Create a new branch with these backported commits.
git checkout -b backport-192-to-v4-branch
# Push it to GitHub.
git push --set-upstream origin backport-192-to-v4-branch
# Go back to the original working tree.
cd ../..
# Delete the working tree.
git worktree remove .worktrees/backport

Then, create a pull request where the base branch is v4-branch and the compare/head branch is backport-192-to-v4-branch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

db sequel command does not work on Mac
2 participants