aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Command/InstallCommand.php
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2016-04-10 21:48:11 +0200
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2016-08-23 16:49:21 +0200
commitd0545b6bd6edc38bf06604900b1e20a60e7c8583 (patch)
treeb137a06de8859e501b658a3e3f78f316332a051b /src/Wallabag/CoreBundle/Command/InstallCommand.php
parentf3d0cb91063840f2b05c63954d3fef3e5b8943fd (diff)
downloadwallabag-d0545b6bd6edc38bf06604900b1e20a60e7c8583.tar.gz
wallabag-d0545b6bd6edc38bf06604900b1e20a60e7c8583.tar.zst
wallabag-d0545b6bd6edc38bf06604900b1e20a60e7c8583.zip
Add migration
Diffstat (limited to 'src/Wallabag/CoreBundle/Command/InstallCommand.php')
-rw-r--r--src/Wallabag/CoreBundle/Command/InstallCommand.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/Wallabag/CoreBundle/Command/InstallCommand.php b/src/Wallabag/CoreBundle/Command/InstallCommand.php
index e134ced5..143def4f 100644
--- a/src/Wallabag/CoreBundle/Command/InstallCommand.php
+++ b/src/Wallabag/CoreBundle/Command/InstallCommand.php
@@ -242,6 +242,11 @@ class InstallCommand extends ContainerAwareCommand
242 242
243 $settings = [ 243 $settings = [
244 [ 244 [
245 'name' => 'share_public',
246 'value' => '1',
247 'section' => 'entry',
248 ],
249 [
245 'name' => 'carrot', 250 'name' => 'carrot',
246 'value' => '1', 251 'value' => '1',
247 'section' => 'entry', 252 'section' => 'entry',