Skip to content

Commit

Permalink
Update main.wasp
Browse files Browse the repository at this point in the history
  • Loading branch information
vincanger committed Feb 26, 2024
1 parent 29996a2 commit b037c82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/main.wasp
Original file line number Diff line number Diff line change
Expand Up @@ -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())
Expand Down

0 comments on commit b037c82

Please sign in to comment.