Compare commits
No commits in common. "main" and "plain_text" have entirely different histories.
main
...
plain_text
2
cpanfile
2
cpanfile
@ -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';
|
||||
|
@ -11,6 +11,7 @@ ALTER COLUMN markdown_status
|
||||
SET NOT NULL;
|
||||
|
||||
-- Do the same for remarks
|
||||
|
||||
ALTER TABLE remarks
|
||||
ADD COLUMN markdown_status BOOLEAN;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user