sql/core_email.sql
authoredward <edward@roojs.com>
Mon, 18 Jul 2016 05:29:20 +0000 (13:29 +0800)
committeredward <edward@roojs.com>
Mon, 18 Jul 2016 05:29:20 +0000 (13:29 +0800)
sql/core_email.sql

index a121d6c..df64608 100644 (file)
@@ -15,7 +15,7 @@ CREATE  TABLE core_email (
 ALTER TABLE core_email ADD COLUMN active INT(2) default 1;
 
 -- need to store BCC data here.
-ALTER TABLE core_email ADD COLUMN bcc_group INT(11) default 0;
+ALTER TABLE core_email ADD COLUMN bcc_group INT(11) NOT NULL default 0;
 
 -- each email template should have  a test class with a static method ::test_{name}
 ALTER TABLE core_email ADD COLUMN test_class VARCHAR(254) default 0;