Make slugs optional - they don't really make sense for notes, only really for entries with names like articles
This commit is contained in:
parent
5f4e94bfd2
commit
efdca09b1c
5 changed files with 22 additions and 20 deletions
|
@ -26,7 +26,7 @@ Profile
|
|||
displayName Text Maybe sqltype=varchar(255)
|
||||
|
||||
Entry
|
||||
slug Slug
|
||||
slug Slug Maybe
|
||||
kind EntryKind
|
||||
name Text maxlen=255
|
||||
content Text sqltype=longtext
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue