Add an optional photo field to entries, which becomes a card-topping u-photo when displayed

This commit is contained in:
Danielle McLean 2017-10-16 08:29:21 +11:00
parent cdda4e2eee
commit bf970db801
Signed by: 00dani
GPG key ID: 5A5D2D1AFF12EEC5
4 changed files with 5 additions and 0 deletions

View file

@ -29,6 +29,7 @@ Entry
kind EntryKind maxlen=255
name Text Maybe maxlen=255
content Markdown sqltype=longtext
photo Text Maybe maxlen=190
published UTCTime
updated UTCTime
authorId UserId