* fixed uninstalling plugin

This commit is contained in:
slawkens
2017-10-23 10:13:50 +02:00
parent 72212f8256
commit 28299744c4
3 changed files with 9 additions and 9 deletions

View File

@@ -84,9 +84,9 @@ CREATE TABLE `myaac_forum_boards`
`name` VARCHAR(32) NOT NULL,
`description` VARCHAR(255) NOT NULL DEFAULT '',
`ordering` INT(11) NOT NULL DEFAULT 0,
`closed` TINYINT(1) NOT NULL DEFAULT 0,
`guild` INT(11) NOT NULL DEFAULT 0,
`access` INT(11) NOT NULL DEFAULT 0,
`closed` TINYINT(1) NOT NULL DEFAULT 0,
`hidden` TINYINT(1) NOT NULL DEFAULT 0,
PRIMARY KEY (`id`)
) ENGINE = MyISAM;