Add missing structure.sql changes from 948fd8c8fa
This commit is contained in:
parent
67a95ac7e9
commit
a0b665faf7
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
);
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue