Remove the slug column from entries - compute the slug from the entry name, if there is one, and have no slug otherwise
This commit is contained in:
parent
fa992bc861
commit
1e7482b30f
3 changed files with 2 additions and 3 deletions
|
@ -26,7 +26,6 @@ Profile
|
|||
displayName Text Maybe sqltype=varchar(255)
|
||||
|
||||
Entry
|
||||
slug Slug Maybe maxlen=255
|
||||
kind EntryKind maxlen=255
|
||||
name Text Maybe maxlen=255
|
||||
content Text sqltype=longtext
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue