public class DeleteIPHashesPatch extends Patch
The patch is a response to a concern: "Hashed IP addresses are pseudonymised not anonymised and can be easily decoded using a rainbow table".
dbType, success
Constructor and Description |
---|
DeleteIPHashesPatch() |
Modifier and Type | Method and Description |
---|---|
protected void |
applyPatch() |
boolean |
hasBeenApplied() |
addColumn, dropForeignKeys, dropTable, ensureNoForeignKeyConstraints, hasColumn, hasTable, performOperations, renameTable, shouldBeExecuted
executeTransaction
execute, execute, executeOther, executeSwallowingExceptions, getServerUUID, query, toString, wasSuccessful
public boolean hasBeenApplied()
hasBeenApplied
in class Patch
protected void applyPatch()
applyPatch
in class Patch