Add an optional photo field to entries, which becomes a card-topping u-photo when displayed
This commit is contained in:
parent
cdda4e2eee
commit
bf970db801
4 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue