Support/Database Changes

From MozillaWiki
Jump to: navigation, search

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

 alter table users_permissions add unique(permName);


Ran In Production