dbmover/indexes

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

Dbmover plugin to migrate indexes

0.6.4 2018-03-24 17:59 UTC

This package is auto-updated.

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


README

Abstract base plugin for migrating indexes. Vendors should use VENDOR-indexes plugins instead.

Installation

composer require dbmover/indexes
Note: vendor-specific plugins for indexes will already require this package,
so you shouldn't need to install it manually.

Usage

See dbmover/core for general DbMover usage.

Contributing

See dbmover/core.