Add slugs to entries and use them to create individual entry routes
This commit is contained in:
parent
36dea2b5ad
commit
9679234062
7 changed files with 31 additions and 0 deletions
|
@ -23,6 +23,7 @@ Profile
|
|||
username Text sqltype=varchar(255)
|
||||
|
||||
Entry
|
||||
slug Slug
|
||||
kind EntryKind
|
||||
name Text maxlen=255
|
||||
content Text sqltype=longtext
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue