mirror of
https://gitcode.com/GitHub_Trending/az/azerothcore-wotlk.git
synced 2026-07-11 03:13:10 +00:00
feat(DB/Misc): Add state and assignee to bugreport (#25316)
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user