-
-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Labels
Self-HostingRelated to self-hosting beestat.Related to self-hosting beestat.
Description
For some reason this column was created as a tinyint with the standard length of 3 for a boolean field. Somehow in the official beestat database it's showing up as length = 1, even though the show create table
disagrees. The only difference I see between this and similar fields is that this is "unsigned".
I think I need to rewrite this entire table to a new table with the correct type. For now it's working, so updating beestat.sql will suffice.
Metadata
Metadata
Assignees
Labels
Self-HostingRelated to self-hosting beestat.Related to self-hosting beestat.