Make the slug and kind columns on Entries into varchars since they shouldn't ever get very long

This commit is contained in:
Danielle McLean 2017-10-11 20:21:53 +11:00
parent ddf9b2fada
commit 08ed0b65e0
Signed by: 00dani
GPG key ID: 5A5D2D1AFF12EEC5

View file

@ -26,8 +26,8 @@ Profile
displayName Text Maybe sqltype=varchar(255)
Entry
slug Slug Maybe
kind EntryKind
slug Slug Maybe maxlen=255
kind EntryKind maxlen=255
name Text maxlen=255
content Text sqltype=longtext
published UTCTime