]> git.mxchange.org Git - mailer.git/commitdiff
Do not add columns to CREATE statements if you already add them with ALTER TABLE
authorRoland Häder <roland@mxchange.org>
Sat, 24 Nov 2012 14:43:55 +0000 (14:43 +0000)
committerRoland Häder <roland@mxchange.org>
Sat, 24 Nov 2012 14:43:55 +0000 (14:43 +0000)
inc/extensions/ext-beg.php

index 493182c02a8fb427de5edda3b9524922c31fd9cf..45aafd58852e39d9494d2b988dad895cfa7431c3 100644 (file)
@@ -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');