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)
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 ...;


No differences found