Class LinkedToSecurityTablePatch


public class LinkedToSecurityTablePatch extends Patch
Adds linked_to_uuid field to plan_security table that stores web users.

This patch allows web users to have a username other than the minecraft username.

See Also:
  • Constructor Details

    • LinkedToSecurityTablePatch

      public LinkedToSecurityTablePatch()
  • Method Details

    • hasBeenApplied

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

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