Make entry names optional, since notes shouldn't have names and articles should

This commit is contained in:
Danielle McLean 2017-10-11 23:34:36 +11:00
parent 10b1ed834a
commit fa992bc861
Signed by: 00dani
GPG key ID: 5A5D2D1AFF12EEC5
6 changed files with 24 additions and 5 deletions

View file

@ -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