dbmover / views
This package is abandoned and no longer maintained.
The author suggests using the dbmover/core package instead.
Dbmover plugin to (re)create all views
0.6.7
2018-03-24 18:11 UTC
Requires
- php: >=7.2
- dbmover/core: ^0.8.0
README
This Dbmover plugin drops all existing views prior to migration, and recreates the requested views afterwards.
Installation
$ composer require dbmover/views
Note: this plugin is already part of the vendor-specific meta-plugins.
Usage
For general DbMover usage, see dbmover/core
.
Contributing
See dbmover/core
.