feat(DB/Misc): Add state and assignee to bugreport (#25316)
This commit is contained in:
parent
037588ed03
commit
dc9efbdff1
1 changed files with 5 additions and 0 deletions
|
|
@ -0,0 +1,5 @@
|
|||
--
|
||||
ALTER TABLE `bugreport`
|
||||
ADD COLUMN `State` TINYINT NOT NULL DEFAULT 1,
|
||||
ADD COLUMN `Assignee` VARCHAR(255) DEFAULT NULL,
|
||||
ADD COLUMN `Comment` LONGTEXT DEFAULT NULL;
|
||||
Loading…
Add table
Add a link
Reference in a new issue