parent
ad446500f9
commit
7b00b19fce
@ -32,7 +32,7 @@ export class RunnerOrganisation extends RunnerGroup {
|
||||
* The api key can be used for the /runners/register/:token endpoint.
|
||||
* Is has to be base64 encoded if used via the api (to keep url-safety).
|
||||
*/
|
||||
@Column({ nullable: true })
|
||||
@Column({ nullable: true, unique: true })
|
||||
@IsString()
|
||||
@IsOptional()
|
||||
key?: string;
|
||||
|
Loading…
x
Reference in New Issue
Block a user