Topic: Small bug in users table
When poking around to plan the attachment mod I stumbled upon a small bug (and probably not even noticable for anyone atm ).
In the users table, the group_id column is an int(10), but it's missing the UNSIGNED attribute. But someone has first to create a shitload of groups before it's even possible to be affected, so I doubt it's something needing quick patching