Merge pull request #688 from DarkflameUniverse/reporter_id_fix

Remove parentheses from ADD reporter_id
This commit is contained in:
Jett 2022-07-31 21:06:01 +01:00 committed by GitHub
commit c69d01d77b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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