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
|
* how the participant got into the system
|
||||||
*/
|
*/
|
||||||
@Column({ nullable: true })
|
@Column({ nullable: true, default: "backend" })
|
||||||
@IsOptional()
|
@IsOptional()
|
||||||
@IsEmail()
|
@IsEmail()
|
||||||
created_via?: string;
|
created_via?: string;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user