Added the Syndicated Content wobject.
This commit is contained in:
parent
87ffd9af00
commit
790b94f70a
3 changed files with 58 additions and 58 deletions
|
|
@ -85,6 +85,12 @@ delete from international where internationalId=5 and namespace='Article';
|
|||
update international set message='(Select \"Yes\" only if you aren\'t adding <br> manually.)' where internationalId='11' and namespace='Article' and language='English';
|
||||
|
||||
|
||||
insert into wobject (wobjectId, pageId, title, displayTitle, processMacros, description, dateAdded, addedBy, namespace, lastEdited, editedBy, templatePosition, sequenceNumber, startDate, endDate) select widgetId, pageId, title, displayTitle, processMacros, description, dateAdded, addedBy, namespace, lastEdited, editedBy, templatePosition, sequenceNumber, dateAdded, 1336444487 from widget where namespace='SyndicatedContent';
|
||||
delete from widget where namespace='SyndicatedContent';
|
||||
alter table SyndicatedContent change widgetId wobjectId int not null;
|
||||
|
||||
|
||||
|
||||
update international set message='Select \"Yes\" to change all the pages under this page to this style.' where internationalId='106' and namespace='WebGUI' and language='English';
|
||||
update international set message='Select \"Yes\" to change the privileges of all pages under this page to these privileges.' where internationalId='116' and namespace='WebGUI' and language='English';
|
||||
INSERT INTO international VALUES (500,'WebGUI','English','Page ID');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue