Make entry names optional, since notes shouldn't have names and articles should
This commit is contained in:
parent
10b1ed834a
commit
fa992bc861
6 changed files with 24 additions and 5 deletions
|
@ -28,7 +28,7 @@ Profile
|
|||
Entry
|
||||
slug Slug Maybe maxlen=255
|
||||
kind EntryKind maxlen=255
|
||||
name Text maxlen=255
|
||||
name Text Maybe maxlen=255
|
||||
content Text sqltype=longtext
|
||||
published UTCTime
|
||||
updated UTCTime
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue