summaryrefslogtreecommitdiff
path: root/config/models
diff options
context:
space:
mode:
authorClint Adams <clint@softwarefreedom.org>2014-04-01 10:19:30 -0400
committerClint Adams <clint@softwarefreedom.org>2014-04-01 10:19:30 -0400
commit9722abe7144d4a32e7a44653426081380d65685e (patch)
tree2b6a3a414d0a1563bf16c256ff28b18f736bb013 /config/models
parentc4f1b6f21b121933da8e424eee1a7ff87b535755 (diff)
Add Assistant table
Diffstat (limited to 'config/models')
-rw-r--r--config/models6
1 files changed, 4 insertions, 2 deletions
diff --git a/config/models b/config/models
index 3240cfd..54723f0 100644
--- a/config/models
+++ b/config/models
@@ -21,5 +21,7 @@ TimeCategory
disabled Bool
UniqueTimeCategory name
deriving Show Eq
-
- -- By default this file is used in Model.hs (which is imported by Foundation.hs)
+Assistant
+ assistant UserId
+ assisted UserId
+ deriving Show Eq