Explorar el Código

Remove duplicated field

tags/v0.10.5
Kristijan Mitrovic hace 4 años
padre
commit
bd7353d9f2
Se han modificado 1 ficheros con 0 adiciones y 4 borrados
  1. +0
    -4
      bubble-server/src/main/java/bubble/model/bill/AccountPaymentArchived.java

+ 0
- 4
bubble-server/src/main/java/bubble/model/bill/AccountPaymentArchived.java Ver fichero

@@ -51,10 +51,6 @@ public class AccountPaymentArchived extends IdentifiableBase {
copy(this, original, null, ALTERED_FIELDS);
}

@ECSearchable @ECField(index=0)
@Id @Column(unique=true, updatable=false, nullable=false, length=UUID_MAXLEN)
@Getter @Setter private volatile String uuid;

/**
* Storing deleted account UUID here is required as user may select full deletion of his/her account while not
* waiving his/her rights to sue. So then these records must stay related to exactly that user which might not be


Cargando…
Cancelar
Guardar