integrating uss to new forum
This commit is contained in:
parent
372f30d1bf
commit
11f1ead334
2 changed files with 18 additions and 14 deletions
|
|
@ -173,9 +173,9 @@ alter table forum add column views int not null default 0;
|
|||
alter table forum add column replies int not null default 0;
|
||||
alter table forum add column rating int not null default 0;
|
||||
alter table wobject add column forumId int;
|
||||
delete from international where languageId=1 and namespace='WebGUI' and internationalId=567;
|
||||
delete from international where languageId=1 and namespace='WebGUI' and internationalId=568;
|
||||
delete from international where languageId=1 and namespace='WebGUI' and internationalId=569;
|
||||
delete from international where namespace='WebGUI' and internationalId=567;
|
||||
delete from international where namespace='WebGUI' and internationalId=568;
|
||||
delete from international where namespace='WebGUI' and internationalId=569;
|
||||
update international set internationalId=1024, namespace='WebGUI' where internationalId=1 and namespace='Discussion';
|
||||
update international set internationalId=1025, namespace='WebGUI' where internationalId=524 and namespace='Discussion';
|
||||
insert into international (internationalId,languageId,namespace,message,lastUpdated,context) values (1028,1,'WebGUI','Moderate posts?', 1065966284,'Asking the admin whether they wish to moderate the posts in a discussion or just allow all posts to go out.');
|
||||
|
|
@ -183,5 +183,8 @@ insert into international (internationalId,languageId,namespace,message,lastUpda
|
|||
insert into international (internationalId,languageId,namespace,message,lastUpdated,context) values (1026,1,'WebGUI','Allow rich edit?', 1065966219,'Asking the admin whether they wish to allow rich edit in a discussion.');
|
||||
update international set internationalId=1029, namespace='WebGUI' where internationalId=525 and namespace='Discussion';
|
||||
update international set internationalId=1030, namespace='WebGUI' where internationalId=526 and namespace='Discussion';
|
||||
delete from international where namespace='Article' and internationalId=27;
|
||||
delete from international where namespace='USS' and internationalId=28;
|
||||
delete from international where namespace='USS' and internationalId=45;
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue