From: Roland Häder Date: Sat, 24 Nov 2012 14:43:55 +0000 (+0000) Subject: Do not add columns to CREATE statements if you already add them with ALTER TABLE X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=2b9d6c28cef33c6ed6577a741653ac9a34a4bf93;p=mailer.git Do not add columns to CREATE statements if you already add them with ALTER TABLE --- diff --git a/inc/extensions/ext-beg.php b/inc/extensions/ext-beg.php index 493182c02a..45aafd5885 100644 --- a/inc/extensions/ext-beg.php +++ b/inc/extensions/ext-beg.php @@ -66,7 +66,6 @@ switch (getExtensionMode()) { `userid` BIGINT(20) UNSIGNED NOT NULL DEFAULT 0, `remote_ip` VARCHAR(15) NOT NULL DEFAULT '0.0.0.0', `timeout` VARCHAR(10) NOT NULL DEFAULT '', -`sid` VARCHAR(255) NOT NULL DEFAULT '', PRIMARY KEY (`id`), INDEX (`userid`)", 'IP lock data for beg links');