source: trunk/_InstallationResources/omwiki_migration_13500_13501.sql @ 1420

Revision 1420, 169 bytes checked in by Xiping.Wang, 2 years ago (diff)

[trunk]Fix wiki migration sql file

Line 
1update om_omcollab_portlets
2   set `title`='Featured Contributor'
3 where `name`='contributor';
4
5update om_omcollab_portlets
6   set `title`='Teams'
7 where `name`='team';
Note: See TracBrowser for help on using the repository browser.