Просмотр исходного кода

allow multiple users to use the same ssh key name.

tags/v0.2.0
Jonathan Cobb 4 лет назад
Родитель
Сommit
70ef9454dc
1 измененных файлов: 1 добавлений и 1 удалений
  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 Просмотреть файл

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


Загрузка…
Отмена
Сохранить