rich editor integrated
This commit is contained in:
parent
ccc90fff17
commit
c1303373f0
7 changed files with 33 additions and 33 deletions
|
|
@ -69,3 +69,10 @@ create table RichEdit (
|
|||
toolbarRow3 text,
|
||||
enableContextMenu int not null default 0
|
||||
);
|
||||
delete from settings where name='richEditCss';
|
||||
insert into settings values ("richEditor","PBrichedit000000000001");
|
||||
alter table Collaboration drop column allowRichEdit;
|
||||
alter table Collaboration add column richEditor varchar(22) not null default 'PBrichedit000000000002';
|
||||
delete from userProfileField where fieldName like 'richEditor%';
|
||||
delete from userProfileData where fieldName like 'richEditor%';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue