Ver a proveniência

allow multiple users to use the same ssh key name.

tags/v0.2.0
Jonathan Cobb há 4 anos
ascendente
cometimento
70ef9454dc
1 ficheiros alterados com 1 adições e 1 eliminações
  1. +1
    -1
      bubble-server/src/main/java/bubble/model/account/AccountSshKey.java

+ 1
- 1
bubble-server/src/main/java/bubble/model/account/AccountSshKey.java Ver ficheiro

@@ -40,7 +40,7 @@ public class AccountSshKey extends IdentifiableBase implements HasAccount {

@ECSearchable(filter=true) @ECField(index=10)
@HasValue(message="err.name.required")
@ECIndex(unique=true) @Column(nullable=false, updatable=false, length=100)
@ECIndex @Column(nullable=false, updatable=false, length=100)
@Getter @Setter private String name;

@ECSearchable @ECField(index=20)


Carregando…
Cancelar
Guardar