issue: store main description as comment row
authorMischa POSLAWSKY <perl@shiar.org>
Tue, 21 Sep 2021 17:13:07 +0000 (19:13 +0200)
committerMischa POSLAWSKY <perl@shiar.org>
Tue, 28 Sep 2021 16:29:16 +0000 (18:29 +0200)
commit05c560470887c86a30c82360d7be5caf0de1baa4
treed64f7a59d6fd1bff473595ab13a09fa103bf1d07
parentedfd8ba72bb0144615f28f6bbd54f3cbfc31cb4f
issue: store main description as comment row

Convert issue body to mandatory reply (recognised by oldest date):

INSERT INTO comments
SELECT concat(page, '/', id), body, created, author FROM issues;
CREATE OR REPLACE VIEW messages ...;
database.inc.php
issue/index.php
widget/comments.sql
widget/reply.php