From 2b9d6c28cef33c6ed6577a741653ac9a34a4bf93 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Sat, 24 Nov 2012 14:43:55 +0000 Subject: [PATCH] Do not add columns to CREATE statements if you already add them with ALTER TABLE --- inc/extensions/ext-beg.php | 1 - 1 file changed, 1 deletion(-) 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'); -- 2.39.2