Add list background information when getting all lists

This commit is contained in:
kolaente 2020-06-16 18:57:08 +02:00
parent 24c1098736
commit ca4d5000ed
Signed by untrusted user who does not match committer: konrad
GPG key ID: F40E70337AB24C9B
2 changed files with 26 additions and 9 deletions

View file

@ -52,6 +52,7 @@ func GetTables() []interface{} {
&TaskAttachment{},
&TaskComment{},
&Bucket{},
&UnsplashPhoto{},
}
}