diff options
author | Jérémy Benoist <j0k3r@users.noreply.github.com> | 2017-04-14 14:56:26 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-14 14:56:26 +0200 |
commit | 531828ca44604b85c3053e202e991809a4701f3b (patch) | |
tree | 80756e0bb5bf9f85f115e1eb6a26547ca7be2a1a /app/DoctrineMigrations/Version20160916201049.php | |
parent | 3e7a843aa998442148061347e7978722b8cd87d2 (diff) | |
parent | 01736b5a2ee2a48403a2462014886bf009f18786 (diff) | |
download | wallabag-531828ca44604b85c3053e202e991809a4701f3b.tar.gz wallabag-531828ca44604b85c3053e202e991809a4701f3b.tar.zst wallabag-531828ca44604b85c3053e202e991809a4701f3b.zip |
Merge pull request #3030 from wallabag/remove-isPublic-from-entry
Remove isPublic from Entry entity fix #2598
Diffstat (limited to 'app/DoctrineMigrations/Version20160916201049.php')
-rw-r--r-- | app/DoctrineMigrations/Version20160916201049.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/DoctrineMigrations/Version20160916201049.php b/app/DoctrineMigrations/Version20160916201049.php index 9f8e77e7..ff34c894 100644 --- a/app/DoctrineMigrations/Version20160916201049.php +++ b/app/DoctrineMigrations/Version20160916201049.php | |||
@@ -8,7 +8,7 @@ use Symfony\Component\DependencyInjection\ContainerAwareInterface; | |||
8 | use Symfony\Component\DependencyInjection\ContainerInterface; | 8 | use Symfony\Component\DependencyInjection\ContainerInterface; |
9 | 9 | ||
10 | /** | 10 | /** |
11 | * Added pocket_consumer_key field on wallabag_config | 11 | * Added pocket_consumer_key field on wallabag_config. |
12 | */ | 12 | */ |
13 | class Version20160916201049 extends AbstractMigration implements ContainerAwareInterface | 13 | class Version20160916201049 extends AbstractMigration implements ContainerAwareInterface |
14 | { | 14 | { |