2017 © Pedro Peláez
 

library explicit-drop

Dbmover plugin to explicitly drop objects

image

dbmover/explicit-drop

Dbmover plugin to explicitly drop objects

  • Wednesday, November 22, 2017
  • by monomelodies
  • Repository
  • 1 Watchers
  • 0 Stars
  • 79 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 16 % Grown

The README.md

Dbmover\ExplicitDrop

This DbMover plugin explicitly hoists drops from your schema and executes them. It does not itself add any IF EXISTS clauses, but you can of course include these in your schemas., (*1)

This plugin is useful for explicitly dropping recreatables that aren't supported yet, e.g. DROP MATERIALIZED VIEW in PostgreSQL., (*2)

Installation

composer require dbmover/explicit-drop

Usage

For general DbMover usage, see dbmover/core., (*3)

This plugin should usually go near or at the front of your plugin list, since other plugins might attempt to create something that turns out to already be there, and throw an error., (*4)

Contributing

See dbmover/core., (*5)

The Versions

22/11 2017

dev-master

9999999-dev

Dbmover plugin to explicitly drop objects

  Sources   Download

MIT

The Requires

 

by Marijn Ophorst

22/11 2017

0.1.3

0.1.3.0

Dbmover plugin to explicitly drop objects

  Sources   Download

MIT

The Requires

 

by Marijn Ophorst

15/04 2017

0.1.2

0.1.2.0

Dbmover plugin to explicitly drop objects

  Sources   Download

MIT

The Requires

 

by Marijn Ophorst

15/04 2017

0.1.1

0.1.1.0

Dbmover plugin to explicitly drop objects

  Sources   Download

MIT

The Requires

 

by Marijn Ophorst

15/04 2017

0.1.0

0.1.0.0

Dbmover plugin to explicitly drop objects

  Sources   Download

MIT

The Requires

 

by Marijn Ophorst