Compare commits

...

2 Commits

Author SHA1 Message Date
79836f3f6f Version pin Slapbird agent 2025-04-13 21:07:55 -04:00
393bf637ce Get rid of this whitespace 2025-04-12 20:16:46 -04:00
2 changed files with 1 additions and 2 deletions

View File

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

View File

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