Onboarding

This commit is contained in:
Bastian Wagner
2026-06-09 13:07:07 +02:00
parent 537c7cbbee
commit 8f3806d398
29 changed files with 1037 additions and 26 deletions

View File

@@ -33,6 +33,9 @@ export class UserEntity {
@Column({ type: 'boolean', default: false })
verified!: boolean;
@Column({ type: 'boolean', default: false })
onboardingCompleted!: boolean;
@CreateDateColumn({
type: 'datetime',
precision: 3,