feat: db schema update from string to json column type
This commit is contained in:
@@ -83,8 +83,8 @@ model User {
|
||||
displayName String?
|
||||
email String?
|
||||
photoURL String?
|
||||
currentRESTSession String?
|
||||
currentGQLSession String?
|
||||
currentRESTSession Json?
|
||||
currentGQLSession Json?
|
||||
UserEnvironments UserEnvironment[]
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user