Merge pull request #476 from EmosewaMC/bugReportFixing

Added more specific bug reporting.  There is a new migration called migrations/dlu/2_reporter_id.sql to run on the database.
This commit is contained in:
David Markowitz
2022-04-01 15:12:58 -07:00
committed by GitHub
2 changed files with 12 additions and 3 deletions

View File

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