Changeset 1420


Ignore:
Timestamp:
03/11/2010 07:39:46 AM (2 years ago)
Author:
Xiping.Wang
Message:

[trunk]Fix wiki migration sql file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/_InstallationResources/omwiki_migration_13500_13501.sql

    r1419 r1420  
    11update om_omcollab_portlets 
    2    set `title`=`Featured Contributor` 
    3  where `name`=`contributor`; 
     2   set `title`='Featured Contributor' 
     3 where `name`='contributor'; 
    44 
    55update om_omcollab_portlets 
    6    set `title`=`Teams` 
    7  where `name`=`team`; 
     6   set `title`='Teams' 
     7 where `name`='team'; 
Note: See TracChangeset for help on using the changeset viewer.