mirror of
https://github.com/dsoaress/link-free.git
synced 2026-08-18 15:36:03 +01:00
feat: add user management section
This commit is contained in:
@@ -16,6 +16,7 @@ model User {
|
||||
id Int @id @default(autoincrement())
|
||||
username String @unique
|
||||
password String
|
||||
lang String @default("en")
|
||||
role Role
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user