Add basic support for h-entry categories, which are actually more like tags than categories really

This commit is contained in:
Danielle McLean 2017-10-14 14:59:51 +11:00
parent dfafe33e06
commit 474ed3cf28
Signed by: 00dani
GPG key ID: 5A5D2D1AFF12EEC5
5 changed files with 35 additions and 0 deletions

View file

@ -37,3 +37,12 @@ Syndication
entryId EntryId
profileId ProfileId
url Text sqltype=varchar(255)
Category
tag Slug sqltype=varchar(190)
UniqueTag tag
EntryCategory
entryId EntryId
categoryId CategoryId
UniqueEntryCategory entryId categoryId