Skip to content

Commit 5782772

Browse files
committed
Remove bugtracker SQL table as the page has been removed
1 parent 27c44f1 commit 5782772

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

install/includes/schema.sql

-15
Original file line numberDiff line numberDiff line change
@@ -21,21 +21,6 @@ CREATE TABLE `myaac_admin_menu`
2121
PRIMARY KEY (`id`)
2222
) ENGINE=InnoDB DEFAULT CHARACTER SET=utf8mb4;
2323

24-
CREATE TABLE `myaac_bugtracker`
25-
(
26-
`account` VARCHAR(255) NOT NULL,
27-
`type` INT(11) NOT NULL DEFAULT 0,
28-
`status` INT(11) NOT NULL DEFAULT 0,
29-
`text` text NOT NULL,
30-
`id` INT(11) NOT NULL DEFAULT 0,
31-
`subject` VARCHAR(255) NOT NULL DEFAULT '',
32-
`reply` INT(11) NOT NULL DEFAULT 0,
33-
`who` INT(11) NOT NULL DEFAULT 0,
34-
`uid` INT(11) NOT NULL AUTO_INCREMENT,
35-
`tag` INT(11) NOT NULL DEFAULT 0,
36-
PRIMARY KEY (`uid`)
37-
) ENGINE=InnoDB DEFAULT CHARACTER SET=utf8mb4;
38-
3924
CREATE TABLE `myaac_changelog`
4025
(
4126
`id` INT(11) NOT NULL AUTO_INCREMENT,

0 commit comments

Comments
 (0)