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:
Danielle McLean 2017-10-11 23:41:52 +11:00
parent fa992bc861
commit 1e7482b30f
Signed by: 00dani
GPG key ID: 5A5D2D1AFF12EEC5
3 changed files with 2 additions and 3 deletions

View file

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