default created_via="backend"

This commit is contained in:
Philipp Dormann 2025-03-28 12:08:21 +01:00
parent fcccf82d48
commit f95b614410
Signed by: philipp
GPG Key ID: 3BB9ADD52DCA4314

View File

@ -78,7 +78,7 @@ export abstract class Participant {
/**
* how the participant got into the system
*/
@Column({ nullable: true })
@Column({ nullable: true, default: "backend" })
@IsOptional()
@IsEmail()
created_via?: string;