Put reminders in an extra table (#75)
This commit is contained in:
parent
802a13cffd
commit
24ce940885
11 changed files with 320 additions and 742 deletions
|
|
@ -47,6 +47,7 @@ func GetTables() []interface{} {
|
|||
&ListTaskAssginee{},
|
||||
&Label{},
|
||||
&LabelTask{},
|
||||
&TaskReminder{},
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Reference in a new issue