1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-28 18:30:53 +02:00

Issue #70 - preparations for templated emails

This commit is contained in:
SteveD
2013-02-18 22:18:15 +00:00
parent 67e2d73fde
commit 3e85dcedda

View File

@@ -268,6 +268,7 @@ CREATE TABLE mail_content (
mail_title varchar(100) NOT NULL default '',
mail_subject varchar(100) NOT NULL default '',
mail_body text,
mail_body_templated text,
mail_other text,
PRIMARY KEY (mail_source_id),
KEY mail_content_status (mail_content_status)