Bladeren bron

Remove duplicated field

tags/v0.10.5
Kristijan Mitrovic 4 jaren geleden
bovenliggende
commit
bd7353d9f2
1 gewijzigde bestanden met toevoegingen van 0 en 4 verwijderingen
  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 Bestand weergeven

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


Laden…
Annuleren
Opslaan