mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-21 01:11:38 -05:00
[GH-ISSUE #1343] [Bug] PostgreSQL Migration 1.9.0 fails: column "online" is of type integer but default expression is of type boolean #8630
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Blacks-Army on GitHub (Aug 25, 2025).
Original GitHub issue: https://github.com/fosrl/pangolin/issues/1343
Hi,
when running the 1.9.0 migration, the following error occurs:
Logs:
Expected behavior:
The migration should add the column successfully.
@oschwartz10612 commented on GitHub (Aug 25, 2025):
Hey sorry about this I fixed the migration. I think you can just fix the
column manually in postgres to be a boolean and you should be good to
go. Let me know if you need help with that.
@Blacks-Army commented on GitHub (Aug 25, 2025):
Doesn't work behause the Migration still wants to execute that command
@oschwartz10612 commented on GitHub (Aug 25, 2025):
The containers should be updated if you give it a pull and try again
does it work?
@cendenta commented on GitHub (Aug 25, 2025):
I had this issue too, and can confirm that pulling the new container fixed it.
@Blacks-Army commented on GitHub (Aug 25, 2025):
Okay it works now thanks!