From a0b665faf71b671eed57493a899f6ffc8b82ddc5 Mon Sep 17 00:00:00 2001 From: Andy Allan Date: Wed, 13 Sep 2017 14:58:13 +0100 Subject: [PATCH] Add missing structure.sql changes from 948fd8c8faf1016d --- db/structure.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db/structure.sql b/db/structure.sql index 3d8900ccf..cdf4fb7dc 100644 --- a/db/structure.sql +++ b/db/structure.sql @@ -735,7 +735,7 @@ CREATE TABLE issues ( updated_by integer, created_at timestamp without time zone NOT NULL, updated_at timestamp without time zone NOT NULL, - report_count integer DEFAULT 0 + reports_count integer DEFAULT 0 ); -- 2.43.2