public class KillsServerIDPatch extends Patch
Adds server_id field to kills table.

The field is populated by querying the session table for server ids.

See Also:
  • Constructor Details

    • KillsServerIDPatch

      public KillsServerIDPatch()
  • Method Details

    • hasBeenApplied

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

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