diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2017-01-23 14:16:00 +0100 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2017-01-23 14:16:00 +0100 |
commit | 4acbeb93717612f361627f7d4b946fcb4477823c (patch) | |
tree | cf5856dce4a254535a9ea862ca7b072fcf0424b9 /app/DoctrineMigrations/Version20161001072726.php | |
parent | b87f1712336564ec14e37487f512568bc4d986f7 (diff) | |
download | wallabag-4acbeb93717612f361627f7d4b946fcb4477823c.tar.gz wallabag-4acbeb93717612f361627f7d4b946fcb4477823c.tar.zst wallabag-4acbeb93717612f361627f7d4b946fcb4477823c.zip |
Added hardcoded SQL for migration to 2.2
Diffstat (limited to 'app/DoctrineMigrations/Version20161001072726.php')
-rw-r--r-- | app/DoctrineMigrations/Version20161001072726.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/DoctrineMigrations/Version20161001072726.php b/app/DoctrineMigrations/Version20161001072726.php index b5d104cd..f247c236 100644 --- a/app/DoctrineMigrations/Version20161001072726.php +++ b/app/DoctrineMigrations/Version20161001072726.php | |||
@@ -6,6 +6,7 @@ use Doctrine\DBAL\Migrations\AbstractMigration; | |||
6 | use Doctrine\DBAL\Schema\Schema; | 6 | 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 | use Doctrine\DBAL\Migrations\SkipMigrationException; | ||
9 | 10 | ||
10 | /** | 11 | /** |
11 | * Added pocket_consumer_key field on wallabag_config | 12 | * Added pocket_consumer_key field on wallabag_config |