Class UserInfoOptimizationPatch


public class UserInfoOptimizationPatch extends Patch
Replaces user_id and server_id foreign keys with respective uuid fields in user info table.
  • Constructor Details

    • UserInfoOptimizationPatch

      public UserInfoOptimizationPatch()
  • Method Details

    • hasBeenApplied

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

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