Support/Database Changes
From MozillaWiki
< Support
Database Changes
Remember to update
tiki.sql and tiki_1.9to1.10.sql when you make schema changes!
Changes to the db-specific .sql files in the same path are generated as part of scripts etc... during a release process and therefore do not need to be changed directly.
To be run in production
- 2008-04-16 - lthomson - bug 425135
alter table users_permissions add unique(permName);