chore(invitations): add expires field

This commit is contained in:
DecDuck
2024-11-07 19:06:56 +11:00
parent 508c04c07d
commit e9a19ecb46
3 changed files with 10 additions and 0 deletions
+1
View File
@@ -53,6 +53,7 @@ model Invitation {
username String?
email String?
expires DateTime
}
enum ClientCapabilities {