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
Chloe.Exceptions.ChloeException
An exception occurred while executing DbCommand. For details please see the inner exception. 42804: column "actions" is of type json but expression is of type text
Inner Exception 1:
PostgresException: 42804: column "actions" is of type json but expression is of type text
class A
{
[Column("actions")]
public string Actions {get; set;}
}
The text was updated successfully, but these errors were encountered:
Chloe.Exceptions.ChloeException
An exception occurred while executing DbCommand. For details please see the inner exception. 42804: column "actions" is of type json but expression is of type text
Inner Exception 1:
PostgresException: 42804: column "actions" is of type json but expression is of type text
The text was updated successfully, but these errors were encountered: