The bugfieldpermission and permission tables' mask field needs to be an int instead...
authorRobert Sesek <rsesek@bluestatic.org>
Thu, 15 Jan 2009 16:34:00 +0000 (11:34 -0500)
committerRobert Sesek <rsesek@bluestatic.org>
Thu, 15 Jan 2009 16:34:00 +0000 (11:34 -0500)
commitaaf0aa5c7fe69d60f60d0a890f87a68cbf0ce49c
tree18ae486728d8a3c084a987b67c3ed7066de72bbb
parentb1d54d1312b8be2cf90fc573b81e2402cbf78f0c
The bugfieldpermission and permission tables' mask field needs to be an int instead of smallint. Fixes bug #148.

* install/schema.php: Change smallinto to int
* install/upgrade18.php: Add to ALTER queries to make the change in existing installations
docs/changes.txt
install/schema.php
install/upgrade18.php