Class CorrectWrongCharacterEncodingPatch


@Singleton public class CorrectWrongCharacterEncodingPatch extends Patch
Corrects database charset and collation.
  • Constructor Details

    • CorrectWrongCharacterEncodingPatch

      @Inject public CorrectWrongCharacterEncodingPatch(net.playeranalytics.plugin.server.PluginLogger logger, PlanConfig config)
  • Method Details

    • hasBeenApplied

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

      public Query<List<String>> getBadTableCorrectionQueries()
    • applyPatch

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