1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-08-01 17:38:38 +00:00

Added migration for Scuttle sharing

This commit is contained in:
Nicolas Lœuillet 2017-03-27 22:13:13 +02:00 committed by Jeremy Benoist
parent fb9f100e8f
commit b5a5377af1
No known key found for this signature in database
GPG key ID: FB413A58C7715C86
9 changed files with 64 additions and 10 deletions

View file

@ -341,7 +341,7 @@ class InstallCommand extends ContainerAwareCommand
'name' => 'scuttle_url',
'value' => 'http://scuttle.org',
'section' => 'entry',
],
],
[
'name' => 'share_mail',
'value' => '1',

View file

@ -54,7 +54,7 @@ class LoadSettingData extends AbstractFixture implements OrderedFixtureInterface
'name' => 'share_scuttle',
'value' => '1',
'section' => 'entry',
],
],
[
'name' => 'shaarli_url',
'value' => 'http://myshaarli.com',
@ -64,7 +64,7 @@ class LoadSettingData extends AbstractFixture implements OrderedFixtureInterface
'name' => 'scuttle_url',
'value' => 'http://scuttle.org',
'section' => 'entry',
],
],
[
'name' => 'share_mail',
'value' => '1',