Preparing for the 3.8.0 release.
This commit is contained in:
parent
715eded379
commit
6e72407ae8
3 changed files with 939 additions and 378 deletions
|
|
@ -60,7 +60,7 @@ insert into wobject (wobjectId, pageId, title, displayTitle, processMacros, desc
|
|||
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 internationalId=13 and namespace='DownloadManager';
|
||||
delete from international where internationalId=13 and namespace='DownloadManager';
|
||||
INSERT INTO international VALUES (22,'DownloadManager','English','Proceed to add download?');
|
||||
|
||||
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='MessageBoard';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue