Class DeleteCommand

java.lang.Object
ac.simons.neo4j.migrations.cli.DeleteCommand
All Implemented Interfaces:
Callable<Integer>

public class DeleteCommand extends Object
This command can be used to delete individual migrations from the chain of applied migrations. This is useful when migration scripts or classes have been deleted.
Since:
2.2.0
Author:
Michael J. Simons
Soundtrack
Antilopen Gang - Anarchie und Alltag
  • Constructor Details

    • DeleteCommand

      public DeleteCommand()
  • Method Details