Merge pull request #1234 from mailpoet/tempales-categories
Add template categorization [MAILPOET-1159]
This commit is contained in:
@ -244,7 +244,9 @@ class Migrator {
|
||||
function newsletterTemplates() {
|
||||
$attributes = array(
|
||||
'id int(11) unsigned NOT NULL AUTO_INCREMENT,',
|
||||
'newsletter_id int NULL DEFAULT 0,',
|
||||
'name varchar(250) NOT NULL,',
|
||||
'categories varchar(250) NOT NULL DEFAULT "[]",',
|
||||
'description varchar(250) NOT NULL,',
|
||||
'body LONGTEXT,',
|
||||
'thumbnail LONGTEXT,',
|
||||
|
Reference in New Issue
Block a user