added char id column

This commit is contained in:
EmosewaMC
2022-03-20 20:46:15 -07:00
parent 68c600facc
commit 22a00de8cd
2 changed files with 2 additions and 0 deletions

View File

@@ -0,0 +1 @@
ALTER TABLE bug_reports ADD reporter_id INT NOT NULL DEFAULT 0;