summaryrefslogtreecommitdiffstats
path: root/models/models.go
diff options
context:
space:
mode:
Diffstat (limited to 'models/models.go')
-rw-r--r--models/models.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/models/models.go b/models/models.go
index e5d3597ce7..0bcb3674da 100644
--- a/models/models.go
+++ b/models/models.go
@@ -112,6 +112,8 @@ func init() {
new(UserOpenID),
new(IssueWatch),
new(CommitStatus),
+ new(Stopwatch),
+ new(TrackedTime),
)
gonicNames := []string{"SSL", "UID"}