Remove parentheses from ADD reporter_id

This commit is contained in:
avery 2022-07-30 22:09:45 -07:00 committed by GitHub
parent d64fa1680d
commit 0b9e97625e
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;