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:35:37 +0000 (11:35 -0500)
commit5ed744d999a0e20c778ec1f6c2830c6594144529
tree2909bb891f3845ea67439257a1e7cef8e781698a
parent2f104a10293dfff888240fe14e0758a8892005c0
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