Self service registration feature/112-selfservice_registration #120

Merged
niggl merged 31 commits from feature/112-selfservice_registration into dev 2021-01-22 14:13:29 +00:00
Showing only changes of commit 7b00b19fce - Show all commits

View File

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