File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 1+ ALTER TABLE comments DROP COLUMN status;
2+ ALTER TABLE comments ADD COLUMN status TEXT DEFAULT " PENDING" ;
Original file line number Diff line number Diff line change 4646 'spam ' => [
4747 'delete ' => false ,
4848 'verification ' => [
49- 'enabled ' => false ,
49+ 'enabled ' => true ,
5050 'ttl ' => 1 ,
5151 'secret ' => 'my-extremly-secure-secret ' ,
5252 'autoPublish ' => false ,
Original file line number Diff line number Diff line change 11<?php return array (
22 'root ' => array (
33 'name ' => 'mauricerenck/komments ' ,
4- 'pretty_version ' => '3.6 .0 ' ,
5- 'version ' => '3.6 .0.0 ' ,
4+ 'pretty_version ' => '3.7 .0 ' ,
5+ 'version ' => '3.7 .0.0 ' ,
66 'reference ' => null ,
77 'type ' => 'kirby-plugin ' ,
88 'install_path ' => __DIR__ . '/../../ ' ,
2929 'dev_requirement ' => false ,
3030 ),
3131 'mauricerenck/komments ' => array (
32- 'pretty_version ' => '3.6 .0 ' ,
33- 'version ' => '3.6 .0.0 ' ,
32+ 'pretty_version ' => '3.7 .0 ' ,
33+ 'version ' => '3.7 .0.0 ' ,
3434 'reference ' => null ,
3535 'type ' => 'kirby-plugin ' ,
3636 'install_path ' => __DIR__ . '/../../ ' ,
You can’t perform that action at this time.
0 commit comments