Class RemoveDanglingUserDataPatch


public class RemoveDanglingUserDataPatch extends Patch
Takes care of data without foreign keys that is missing the foreign key target in plan_users.
  • Constructor Details

    • RemoveDanglingUserDataPatch

      public RemoveDanglingUserDataPatch()
  • Method Details

    • hasBeenApplied

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

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