Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

structure_conflict_resolver

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

structure_conflict_resolver

  • 0.0.1
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

Gem VersionBuild StatusCoveralls branch

structure.sql Conflict Resolver

Ruby 💎 tool for resolving conflicts in db/structure.sql

Do you hate it when this happens to you?

Conflict Detected

Now you can easily resolve the most common conflicts in the versions list!

Before:
...

('20180313190020'),
<<<<<<< HEAD
('20180319155607');

=======
('20180319231815');
>>>>>>> some important commit
After:
...

('20180313190020'),
('20180319155607'),
('20180319231815');

Installation

gem install structure_conflict_resolver

You probably won't want to add this to your Gemfile, it's more of a CLI tool.

Usage

When you run into a merge conflict on db/structure.sql, give this a try:

structure_conflict_resolver db/structure.sql

It'll smartly resolve any conflicts around the version numbers at the bottom.

Any logical conflicts in the actual table descriptions... you'll have to fix yourself!

License

MIT

FAQs

Package last updated on 04 Apr 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc