Class NicknameLastSeenPatch


public class NicknameLastSeenPatch extends Patch
Adds last_seen to nickname table by populating it with the data in actions table, and removes the actions table.

Actions table contained nickname change events and change to "last seen" saved space on the interface.

  • Constructor Details

    • NicknameLastSeenPatch

      public NicknameLastSeenPatch()
  • Method Details

    • hasBeenApplied

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

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