Interface MigrationScript


public interface MigrationScript
  • Method Details

    • getId

      BigDecimal getId()
      Returns:
      ID of this migration script.
      Newer script should have a larger ID number.
    • getDescription

      String getDescription()
      Returns:
      Short description of this migration script.
    • getUpScript

      String getUpScript()
      Returns:
      SQL statement(s) executed at runtime schema upgrade.
    • getDownScript

      String getDownScript()