forked from wallabag/wallabag
Add migration
This commit is contained in:
@ -241,6 +241,11 @@ class InstallCommand extends ContainerAwareCommand
|
||||
$em->createQuery('DELETE FROM CraueConfigBundle:Setting')->execute();
|
||||
|
||||
$settings = [
|
||||
[
|
||||
'name' => 'share_public',
|
||||
'value' => '1',
|
||||
'section' => 'entry',
|
||||
],
|
||||
[
|
||||
'name' => 'carrot',
|
||||
'value' => '1',
|
||||
|
||||
Reference in New Issue
Block a user