projects
/
rails.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
67a95ac
)
Add missing structure.sql changes from 948fd8c8faf1016d
author
Andy Allan
<git@gravitystorm.co.uk>
Wed, 13 Sep 2017 13:58:13 +0000
(14:58 +0100)
committer
Andy Allan
<git@gravitystorm.co.uk>
Wed, 13 Sep 2017 13:58:13 +0000
(14:58 +0100)
db/structure.sql
patch
|
blob
|
history
diff --git
a/db/structure.sql
b/db/structure.sql
index 3d8900ccfc7c0c077f89b2d2d3a90a74cb1273fe..cdf4fb7dccaf1700e50a0a47624268d33c842972 100644
(file)
--- 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
+ report
s
_count integer DEFAULT 0
);