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
there's a problem with installed column in the shops table. Postgres doesn't resolve int value for boolean type.
ERROR: column "installed" is of type boolean but expression is of type integer at character 73
HINT: You will need to rewrite or cast the expression.
STATEMENT: INSERT INTO shops (shop, shop_url, version, installed) values ($1,$2,$3,1)
Hi,
there's a problem with
installedcolumn in theshopstable. Postgres doesn't resolve int value for boolean type.Occurrences: