Fixed reaction import, removed disabled reactions
[GitHub/WoltLab/WCF.git] / wcfsetup / setup / db / install.sql
index 5a1893f4b6a484dd525eeba0297c8013de98d6d9..082f4c6ad8ef6634355efd3bf04fac41abc01d51 100644 (file)
@@ -1201,8 +1201,7 @@ CREATE TABLE wcf1_reaction_type (
        reactionTypeID INT(10) NOT NULL AUTO_INCREMENT PRIMARY KEY, 
        title VARCHAR(255), 
        showOrder INT(10) NOT NULL DEFAULT 0,
-       iconFile MEDIUMTEXT,
-       isDisabled TINYINT(1) NOT NULL DEFAULT 0
+       iconFile MEDIUMTEXT
 );
 
 DROP TABLE IF EXISTS wcf1_registry;