Fixed ER_DUP_FIELDNAME during sqlinit

This commit is contained in:
witzig 2017-05-27 20:15:01 +02:00
parent 2c3b346681
commit 2c930c60d2
2 changed files with 2 additions and 4 deletions

View file

@ -69,8 +69,7 @@ CREATE TABLE `campaigns` (
`html_prepared` longtext,
`text` longtext,
`status` tinyint(4) unsigned NOT NULL DEFAULT '1',
`open_tracking_disabled` tinyint(4) unsigned NOT NULL DEFAULT '0',
`click_tracking_disabled` tinyint(4) unsigned NOT NULL DEFAULT '0',
`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',

View file

@ -65,8 +65,7 @@ CREATE TABLE `campaigns` (
`html_prepared` longtext,
`text` longtext,
`status` tinyint(4) unsigned NOT NULL DEFAULT '1',
`click_tracking_disabled` tinyint(4) unsigned NOT NULL DEFAULT '0',
`open_tracking_disabled` tinyint(4) unsigned NOT NULL DEFAULT '0',
`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',