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
fix: use int_bool cast to fix type error on PostgreSQL
pg_query(): Query failed: ERROR: column "active" is of type smallint but expression is of type boolean
LINE 1: UPDATE "users" SET "active" = TRUE, "updated_at" = '2022-07-...
0 commit comments