Separate disable opened/clicked tracker to 2 options
This commit is contained in:
parent
5c0aab1c3e
commit
59912e3c29
13 changed files with 134 additions and 60 deletions
|
@ -69,7 +69,8 @@ CREATE TABLE `campaigns` (
|
|||
`html_prepared` longtext,
|
||||
`text` longtext,
|
||||
`status` tinyint(4) unsigned NOT NULL DEFAULT '1',
|
||||
`tracking_disabled` tinyint(4) unsigned NOT NULL DEFAULT '0',
|
||||
`open_tracking_disabled` tinyint(4) unsigned NOT NULL DEFAULT '0',
|
||||
`click_tracking_disabled` tinyint(4) unsigned NOT NULL DEFAULT '0',
|
||||
`scheduled` timestamp NULL DEFAULT NULL,
|
||||
`status_change` timestamp NULL DEFAULT NULL,
|
||||
`delivered` int(11) unsigned NOT NULL DEFAULT '0',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue