From 0b9e97625e0414707cd39e5411758d14de0c25ea Mon Sep 17 00:00:00 2001 From: avery Date: Sat, 30 Jul 2022 22:09:45 -0700 Subject: [PATCH] Remove parentheses from ADD reporter_id --- migrations/dlu/2_reporter_id.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/migrations/dlu/2_reporter_id.sql b/migrations/dlu/2_reporter_id.sql index dc2a9a7e..26103342 100644 --- a/migrations/dlu/2_reporter_id.sql +++ b/migrations/dlu/2_reporter_id.sql @@ -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;