From b037c82e637da9e51a4a437ebac403aebcfcd8c2 Mon Sep 17 00:00:00 2001 From: vincanger <70215737+vincanger@users.noreply.github.com> Date: Mon, 26 Feb 2024 16:58:55 +0100 Subject: [PATCH] Update main.wasp --- app/main.wasp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/main.wasp b/app/main.wasp index ef547fd..e2c3799 100644 --- a/app/main.wasp +++ b/app/main.wasp @@ -96,7 +96,7 @@ app SaaSTemplate { entity User {=psl id Int @id @default(autoincrement()) - email String? @unique + email String? username String @unique password String createdAt DateTime @default(now())