Explorar el Código

allow multiple users to use the same ssh key name.

tags/v0.2.0
Jonathan Cobb hace 4 años
padre
commit
70ef9454dc
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 fichero

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


Cargando…
Cancelar
Guardar