From 26f60b2390da60956e21fb2a5e72c76b4ff0f634 Mon Sep 17 00:00:00 2001 From: Xenomporio <> Date: Tue, 17 May 2022 23:16:35 +0200 Subject: [PATCH] Removed unnecessary table fix article_property_translation id --- www/lib/class.erpapi.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/www/lib/class.erpapi.php b/www/lib/class.erpapi.php index e68ce755..119b64fb 100644 --- a/www/lib/class.erpapi.php +++ b/www/lib/class.erpapi.php @@ -9058,8 +9058,6 @@ if($stufe == 0 || $stufe == 3) $this->CheckColumn('property_value_from','varchar(255)','article_property_translation',"DEFAULT '' NOT NULL"); $this->CheckColumn('property_value_to','varchar(255)','article_property_translation',"DEFAULT '' NOT NULL"); - $this->CheckAlterTable("ALTER TABLE `article_property_translation` CHANGE `article_property_translation_id` `id` INT(11) NOT NULL AUTO_INCREMENT;"); - $this->CheckIndex('article_property_translation', 'article_id'); $this->CheckIndex('article_property_translation', 'category_id'); $this->CheckIndex('article_property_translation', 'shop_id');