Support/Database Changes

From MozillaWiki
< Support
Revision as of 09:24, 14 July 2021 by Kelimutu (talk | contribs) (category -> Support Archive)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to 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