Class TransferTableRemovalPatch


public class TransferTableRemovalPatch extends Patch
Removes plan_transfer table, used for transferring html in the database.

The idea turned out to use a lot of disk space and improper use of a database.

  • Constructor Details

    • TransferTableRemovalPatch

      public TransferTableRemovalPatch()
  • Method Details

    • hasBeenApplied

      public boolean hasBeenApplied()
      Specified by:
      hasBeenApplied in class Patch
    • applyPatch

      protected void applyPatch()
      Specified by:
      applyPatch in class Patch