chore(DB): import pending files

Referenced commit(s): dc9efbdff1
This commit is contained in:
github-actions[bot] 2026-03-30 21:56:02 +00:00
parent dc9efbdff1
commit d20b9db8b2

View file

@ -0,0 +1,6 @@
-- DB update 2026_02_24_00 -> 2026_03_30_00
--
ALTER TABLE `bugreport`
ADD COLUMN `State` TINYINT NOT NULL DEFAULT 1,
ADD COLUMN `Assignee` VARCHAR(255) DEFAULT NULL,
ADD COLUMN `Comment` LONGTEXT DEFAULT NULL;