You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In PGAdmin, the parentEmail, roleId, and isValidated fields are all set. Unsure why this is happening, as updating the fields through the ORM seems to be working correctly? For instance, I'm able to sign a user up with ORM and show all fields correct in PGAdmin, then I'm able to update validation status correctly. When I run this query though, those 3 fields are always null.
I'm using the latest release of Cotton (0.7.5) and running Deno v1.6.3.
Running the following query:
Returns the following object:
In PGAdmin, the
parentEmail
,roleId
, andisValidated
fields are all set. Unsure why this is happening, as updating the fields through the ORM seems to be working correctly? For instance, I'm able to sign a user up with ORM and show all fields correct in PGAdmin, then I'm able to update validation status correctly. When I run this query though, those 3 fields are always null.I'm using the latest release of Cotton (0.7.5) and running Deno v1.6.3.
For reference, the User model looks like this:
The text was updated successfully, but these errors were encountered: