diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2017-01-13 14:51:37 +0100 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2017-01-23 12:42:58 +0100 |
commit | b87f1712336564ec14e37487f512568bc4d986f7 (patch) | |
tree | e28c9dda44da8b59227fcea721b6140491ed108b /app/DoctrineMigrations/Version20160916201049.php | |
parent | 500ae20c9475a7e7718e4cf7d8c8b116a48a5e78 (diff) | |
download | wallabag-b87f1712336564ec14e37487f512568bc4d986f7.tar.gz wallabag-b87f1712336564ec14e37487f512568bc4d986f7.tar.zst wallabag-b87f1712336564ec14e37487f512568bc4d986f7.zip |
Added information about latest migrations
Diffstat (limited to 'app/DoctrineMigrations/Version20160916201049.php')
-rw-r--r-- | app/DoctrineMigrations/Version20160916201049.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/DoctrineMigrations/Version20160916201049.php b/app/DoctrineMigrations/Version20160916201049.php index 8b42bb87..9f8e77e7 100644 --- a/app/DoctrineMigrations/Version20160916201049.php +++ b/app/DoctrineMigrations/Version20160916201049.php | |||
@@ -7,6 +7,9 @@ use Doctrine\DBAL\Schema\Schema; | |||
7 | use Symfony\Component\DependencyInjection\ContainerAwareInterface; | 7 | use Symfony\Component\DependencyInjection\ContainerAwareInterface; |
8 | use Symfony\Component\DependencyInjection\ContainerInterface; | 8 | use Symfony\Component\DependencyInjection\ContainerInterface; |
9 | 9 | ||
10 | /** | ||
11 | * Added pocket_consumer_key field on wallabag_config | ||
12 | */ | ||
10 | class Version20160916201049 extends AbstractMigration implements ContainerAwareInterface | 13 | class Version20160916201049 extends AbstractMigration implements ContainerAwareInterface |
11 | { | 14 | { |
12 | /** | 15 | /** |