Compare commits

..

No commits in common. "main" and "plain_text" have entirely different histories.

2 changed files with 2 additions and 1 deletions

View File

@ -7,4 +7,4 @@ requires 'XML::RSS';
requires 'Text::Markdown';
requires 'HTML::Restrict';
requires 'Roman::Unicode';
requires 'SlapbirdAPM::Agent::Mojo', '>= 0.012';
requires 'SlapbirdAPM::Agent::Mojo';

View File

@ -11,6 +11,7 @@ ALTER COLUMN markdown_status
SET NOT NULL;
-- Do the same for remarks
ALTER TABLE remarks
ADD COLUMN markdown_status BOOLEAN;