default created_via="backend"

This commit is contained in:
2025-03-28 12:08:21 +01:00
parent fcccf82d48
commit f95b614410

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;