Procházet zdrojové kódy

remove referralCode field, no longer in Account

tags/v0.12.8
Jonathan Cobb před 4 roky
rodič
revize
5d7926167d
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      bubble-server/src/main/java/bubble/model/account/Account.java

+ 1
- 1
bubble-server/src/main/java/bubble/model/account/Account.java Zobrazit soubor

@@ -85,7 +85,7 @@ public class Account extends IdentifiableBaseParentEntity implements TokenPrinci
public static final String[] UPDATE_FIELDS = {"url", "description", "autoUpdatePolicy"};
public static final String[] ADMIN_UPDATE_FIELDS = ArrayUtil.append(UPDATE_FIELDS, "suspended", "admin");
public static final String[] CREATE_FIELDS = ArrayUtil.append(ADMIN_UPDATE_FIELDS,
"name", "referralCode", "termsAgreed", "preferredPlan");
"name", "termsAgreed", "preferredPlan");

public static final String ROOT_USERNAME = "root";
public static final int EMAIL_MAX_LENGTH = 100;


Načítá se…
Zrušit
Uložit