diff options
author | Jeremy Benoist <jeremy.benoist@gmail.com> | 2019-08-08 11:45:39 +0200 |
---|---|---|
committer | Jeremy Benoist <jeremy.benoist@gmail.com> | 2019-08-08 11:45:39 +0200 |
commit | 00567d9ccde71eba1aabf8fa0d547897f6870b28 (patch) | |
tree | e5d04f21c994a7a27271f205700bcfd2ad7c12cf /app/DoctrineMigrations | |
parent | 0810c75e0bd2aa008d69da819a7c51207f159854 (diff) | |
download | wallabag-00567d9ccde71eba1aabf8fa0d547897f6870b28.tar.gz wallabag-00567d9ccde71eba1aabf8fa0d547897f6870b28.tar.zst wallabag-00567d9ccde71eba1aabf8fa0d547897f6870b28.zip |
CS
Diffstat (limited to 'app/DoctrineMigrations')
-rw-r--r-- | app/DoctrineMigrations/Version20190806130304.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/DoctrineMigrations/Version20190806130304.php b/app/DoctrineMigrations/Version20190806130304.php index c577509d..8b0271b1 100644 --- a/app/DoctrineMigrations/Version20190806130304.php +++ b/app/DoctrineMigrations/Version20190806130304.php | |||
@@ -12,7 +12,7 @@ use Wallabag\CoreBundle\Doctrine\WallabagMigration; | |||
12 | * - user_created | 12 | * - user_created |
13 | * - user_starred | 13 | * - user_starred |
14 | * - tag_label | 14 | * - tag_label |
15 | * - config_feed_token | 15 | * - config_feed_token. |
16 | */ | 16 | */ |
17 | final class Version20190806130304 extends WallabagMigration | 17 | final class Version20190806130304 extends WallabagMigration |
18 | { | 18 | { |