Fixed ER_DUP_FIELDNAME during sqlinit
This commit is contained in:
parent
2c3b346681
commit
2c930c60d2
2 changed files with 2 additions and 4 deletions
|
@ -69,8 +69,7 @@ CREATE TABLE `campaigns` (
|
||||||
`html_prepared` longtext,
|
`html_prepared` longtext,
|
||||||
`text` longtext,
|
`text` longtext,
|
||||||
`status` tinyint(4) unsigned NOT NULL DEFAULT '1',
|
`status` tinyint(4) unsigned NOT NULL DEFAULT '1',
|
||||||
`open_tracking_disabled` tinyint(4) unsigned NOT NULL DEFAULT '0',
|
`tracking_disabled` tinyint(4) unsigned NOT NULL DEFAULT '0',
|
||||||
`click_tracking_disabled` tinyint(4) unsigned NOT NULL DEFAULT '0',
|
|
||||||
`scheduled` timestamp NULL DEFAULT NULL,
|
`scheduled` timestamp NULL DEFAULT NULL,
|
||||||
`status_change` timestamp NULL DEFAULT NULL,
|
`status_change` timestamp NULL DEFAULT NULL,
|
||||||
`delivered` int(11) unsigned NOT NULL DEFAULT '0',
|
`delivered` int(11) unsigned NOT NULL DEFAULT '0',
|
||||||
|
|
|
@ -65,8 +65,7 @@ CREATE TABLE `campaigns` (
|
||||||
`html_prepared` longtext,
|
`html_prepared` longtext,
|
||||||
`text` longtext,
|
`text` longtext,
|
||||||
`status` tinyint(4) unsigned NOT NULL DEFAULT '1',
|
`status` tinyint(4) unsigned NOT NULL DEFAULT '1',
|
||||||
`click_tracking_disabled` tinyint(4) unsigned NOT NULL DEFAULT '0',
|
`tracking_disabled` tinyint(4) unsigned NOT NULL DEFAULT '0',
|
||||||
`open_tracking_disabled` tinyint(4) unsigned NOT NULL DEFAULT '0',
|
|
||||||
`scheduled` timestamp NULL DEFAULT NULL,
|
`scheduled` timestamp NULL DEFAULT NULL,
|
||||||
`status_change` timestamp NULL DEFAULT NULL,
|
`status_change` timestamp NULL DEFAULT NULL,
|
||||||
`delivered` int(11) unsigned NOT NULL DEFAULT '0',
|
`delivered` int(11) unsigned NOT NULL DEFAULT '0',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue