feat: db schema update from string to json column type

This commit is contained in:
Mir Arif Hasan
2023-01-24 15:10:54 +06:00
parent 33e4a15830
commit ebbe015bbc
7 changed files with 84 additions and 50 deletions

View File

@@ -83,8 +83,8 @@ model User {
displayName String?
email String?
photoURL String?
currentRESTSession String?
currentGQLSession String?
currentRESTSession Json?
currentGQLSession Json?
UserEnvironments UserEnvironment[]
}