public class Version10Patch extends Patch
Table schema change patch for version 4.0.0 to support BungeeCord servers.

This patch makes the database compatible with further changes to the schema, bugs in this patch are possible, as the patch is untested against new schema.

Version 10 comes from "schema version" that was in use in the database to version changes before Patch system was implemented.

See Also:
  • Constructor Details

    • Version10Patch

      public Version10Patch()
  • Method Details

    • hasBeenApplied

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

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

      public void alterTablesToV10()