mirror of
https://github.com/roundcube/roundcubemail.git
synced 2026-03-05 15:54:03 +01:00
Initial TinyMCE editor support (still need to work on spellcheck and skins)
This commit is contained in:
@@ -5,3 +5,5 @@ ALTER TABLE "messages" DROP body;
|
||||
ALTER TABLE "messages" ADD structure TEXT;
|
||||
ALTER TABLE "messages" ADD UNIQUE (cache_key, uid);
|
||||
|
||||
ALTER TABLE "identities" ADD html_signature integer DEFAULT 0 NOT NULL;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user