Added Download Manager wobject.

This commit is contained in:
JT Smith 2002-05-22 04:41:53 +00:00
parent a566656055
commit a9b81dc63f
5 changed files with 464 additions and 654 deletions

View file

@ -56,6 +56,13 @@ delete from widget where namespace='LinkList';
alter table LinkList_link change widgetId wobjectId int not null;
alter table LinkList change widgetId wobjectId int not null;
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='DownloadManager';
delete from widget where namespace='DownloadManager';
alter table DownloadManager change widgetId wobjectId int not null;
alter table DownloadManager_file change widgetId wobjectId int not null;
delete from International where helpId=13 and namespace='DownloadManager';
INSERT INTO international VALUES (22,'DownloadManager','English','Proceed to add download?');