Closed twiesenthal closed 5 years ago
fixing boolean "is_disabled" column in "users" table when migrating from sqlite to pgsql for Grafana version 6.4.1.
pq: column "is_disabled" is of type boolean but expression is of type integer INSERT INTO "user" - failed to import dump file to Postgres.
thanks to @CozyBadger for suggesting this fix.
@wbh1 argh, sorry for that. removed the binary from the commit history.
fixing boolean "is_disabled" column in "users" table when migrating from sqlite to pgsql for Grafana version 6.4.1.
pq: column "is_disabled" is of type boolean but expression is of type integer INSERT INTO "user" - failed to import dump file to Postgres.