default created_via="backend"
This commit is contained in:
parent
fcccf82d48
commit
f95b614410
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user