mirror of
https://github.com/OpenXE-org/OpenXE.git
synced 2024-11-14 20:17:14 +01:00
Removed unnecessary table fix article_property_translation id
This commit is contained in:
parent
f4098c71b5
commit
26f60b2390
@ -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');
|
||||
|
Loading…
Reference in New Issue
Block a user