From 9722abe7144d4a32e7a44653426081380d65685e Mon Sep 17 00:00:00 2001
From: Clint Adams <clint@softwarefreedom.org>
Date: Tue, 1 Apr 2014 10:19:30 -0400
Subject: Add Assistant table

---
 config/models | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

(limited to 'config')

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
-- 
cgit v1.2.3