aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/DoctrineMigrations
diff options
context:
space:
mode:
authorJeremy Benoist <jeremy.benoist@gmail.com>2017-06-08 19:15:33 +0200
committerJeremy Benoist <jeremy.benoist@gmail.com>2017-06-08 19:15:33 +0200
commit80f4d85ac92ab4dc490c51f2d831ac7fa3853826 (patch)
tree0a13d4c7ee0e5ce34e2c21a6492de61a49e627e8 /app/DoctrineMigrations
parente48b238a3e2c387be1f897e6f2c3c481d25f5203 (diff)
downloadwallabag-80f4d85ac92ab4dc490c51f2d831ac7fa3853826.tar.gz
wallabag-80f4d85ac92ab4dc490c51f2d831ac7fa3853826.tar.zst
wallabag-80f4d85ac92ab4dc490c51f2d831ac7fa3853826.zip
Review
Diffstat (limited to 'app/DoctrineMigrations')
-rw-r--r--app/DoctrineMigrations/Version20170606155640.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/DoctrineMigrations/Version20170606155640.php b/app/DoctrineMigrations/Version20170606155640.php
index 1b234044..e9b50428 100644
--- a/app/DoctrineMigrations/Version20170606155640.php
+++ b/app/DoctrineMigrations/Version20170606155640.php
@@ -8,7 +8,8 @@ use Symfony\Component\DependencyInjection\ContainerAwareInterface;
8use Symfony\Component\DependencyInjection\ContainerInterface; 8use Symfony\Component\DependencyInjection\ContainerInterface;
9 9
10/** 10/**
11 * Add api_user_registration in craue_config_setting. 11 * Remove wallabag_url from craue_config_setting.
12 * It has been moved into the parameters.yml
12 */ 13 */
13class Version20170606155640 extends AbstractMigration implements ContainerAwareInterface 14class Version20170606155640 extends AbstractMigration implements ContainerAwareInterface
14{ 15{