1
0
Fork 0
mirror of https://code.naskya.net/repos/ndqEd synced 2025-03-20 15:14:54 +09:00

Add ticketDescription DB entity field, containing pandoc-rendered HTML

This commit is contained in:
fr33domlover 2019-06-03 12:45:02 +00:00
parent 17fe163c09
commit f7432e515c
6 changed files with 89 additions and 32 deletions

View file

@ -0,0 +1,18 @@
Ticket
project Int64
number Int
created UTCTime
creator Int64
title Text
source Text -- Pandoc Markdown
description Text -- HTML
assignee Int64 Maybe
status Text
closed UTCTime
closer Int64
discuss Int64
followers Int64
UniqueTicket project number
UniqueTicketDiscussion discuss
UniqueTicketFollowers followers