aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/DoctrineMigrations/Version20161001072726.php
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2017-01-23 14:16:00 +0100
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2017-01-23 14:16:00 +0100
commit4acbeb93717612f361627f7d4b946fcb4477823c (patch)
treecf5856dce4a254535a9ea862ca7b072fcf0424b9 /app/DoctrineMigrations/Version20161001072726.php
parentb87f1712336564ec14e37487f512568bc4d986f7 (diff)
downloadwallabag-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.php1
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;
6use Doctrine\DBAL\Schema\Schema; 6use Doctrine\DBAL\Schema\Schema;
7use Symfony\Component\DependencyInjection\ContainerAwareInterface; 7use Symfony\Component\DependencyInjection\ContainerAwareInterface;
8use Symfony\Component\DependencyInjection\ContainerInterface; 8use Symfony\Component\DependencyInjection\ContainerInterface;
9use 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