https://bugzilla.wikimedia.org/show_bug.cgi?id=44801
--- Comment #6 from Aaron Schulz <[email protected]> --- The current version of the schema uses as integer column. Using boolean in PG makes queries return 'f' or 't' which then requires more custom logic. The fix would be to ALTER the column to an INTEGER. I think I backported this to 1.20, maybe it didn't make it to the 1.19 branch. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
