*** empty log message ***
This commit is contained in:
parent
6e70501c8c
commit
9c63be7e9d
6 changed files with 26 additions and 39 deletions
|
|
@ -707,7 +707,11 @@ delete from international where languageId=11 and namespace='UserSubmission' and
|
|||
delete from international where languageId=11 and namespace='UserSubmission' and internationalId=59;
|
||||
delete from international where languageId=11 and namespace='UserSubmission' and internationalId=6;
|
||||
delete from international where languageId=11 and namespace='UserSubmission' and internationalId=61;
|
||||
|
||||
alter table page add column hideFromNavigation int not null default 0;
|
||||
update page set hideFromNavigation=1 where pageId=4;
|
||||
update page set hideFromNavigation=1 where pageId=3;
|
||||
update page set hideFromNavigation=1 where pageId=2;
|
||||
update page set hideFromNavigation=1 where pageId=5;
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue