dbmover/constraints

This package is abandoned and no longer maintained. The author suggests using the dbmover/core package instead.

Dbmover plugin for dropping all constraints prior to operations

0.6.5 2018-03-24 18:07 UTC

This package is auto-updated.

Last update: 2022-02-01 13:06:35 UTC


README

Abstract base-plugin for migrating constraints.

Vendors should implement a vendor-specific constraints plugin based off this.

Installation

$ composer require dbmover/constraints
Note: the vendor-specific constraints plugin will already require this
package, so manual installation will seldom be needed.

Usage

See dbmover/core for general DbMover usage.

Contributing

See dbmover/core.