Created a route to fetch recent modifications as a csv to allow creating clients
This commit is contained in:
parent
de60936cd2
commit
1e661031fb
8 changed files with 71 additions and 11 deletions
|
|
@ -8,12 +8,15 @@ TodolistItem
|
|||
Todolist
|
||||
groupId GroupId OnDeleteCascade
|
||||
title Text
|
||||
lastModified UTCTime
|
||||
UniqueListPair groupId title
|
||||
deriving Show
|
||||
User
|
||||
name Text
|
||||
UniqueName name
|
||||
Group
|
||||
group Text
|
||||
lastModified UTCTime
|
||||
GroupUser
|
||||
user UserId
|
||||
groupId GroupId OnDeleteCascade
|
||||
|
|
@ -26,3 +26,4 @@
|
|||
/delete DeleteGroupR POST
|
||||
/delete/group/#GroupId DeleteTodolistR POST
|
||||
|
||||
/api/#Int ApiR GET
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue