rich editor integrated

This commit is contained in:
JT Smith 2005-05-03 18:22:42 +00:00
parent ccc90fff17
commit c1303373f0
7 changed files with 33 additions and 33 deletions

View file

@ -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%';