Add CLOSED column to issue model.

This commit is contained in:
shimamoto
2013-06-21 17:26:10 +09:00
parent bfb8455bf6
commit 0ec5ac733a
2 changed files with 4 additions and 1 deletions

View File

@@ -31,6 +31,7 @@ trait IssuesService {
None,
title,
content,
false,
new java.sql.Date(System.currentTimeMillis), // TODO
new java.sql.Date(System.currentTimeMillis))