Added feature to expire pages.
This commit is contained in:
parent
923badbe1c
commit
5db70ffc07
4 changed files with 138 additions and 50 deletions
|
|
@ -656,8 +656,10 @@ delete from international where namespace='WebGUI' and internationalId=128;
|
|||
delete from settings where name='attachmentDirectoryLocal';
|
||||
delete from settings where name='attachmentDirectoryWeb';
|
||||
delete from settings where name='lib';
|
||||
|
||||
|
||||
update international set message='Attachment' where internationalId=33 and languageId=1 and namespace='UserSubmission';
|
||||
alter table page add column startDate int not null default 946710000;
|
||||
alter table page add column endDate int not null default 2082783600;
|
||||
update page set styleId=-6 where styleId=-3;
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue