Przeglądaj źródła

Remove duplicated field

tags/v0.10.5
Kristijan Mitrovic 4 lat temu
rodzic
commit
bd7353d9f2
1 zmienionych plików z 0 dodań i 4 usunięć
  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 Wyświetl plik

@@ -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


Ładowanie…
Anuluj
Zapisz