]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - app/DoctrineMigrations/Version20161001072726.php
Removed is_public in Entry edit form
[github/wallabag/wallabag.git] / app / DoctrineMigrations / Version20161001072726.php
index b5d104cd2cf442ceb3212b5057cea8f826931b79..ad761541c86c9b9fa466ea0eb9b81cf7d4231432 100644 (file)
@@ -6,9 +6,10 @@ use Doctrine\DBAL\Migrations\AbstractMigration;
 use Doctrine\DBAL\Schema\Schema;
 use Symfony\Component\DependencyInjection\ContainerAwareInterface;
 use Symfony\Component\DependencyInjection\ContainerInterface;
+use Doctrine\DBAL\Migrations\SkipMigrationException;
 
 /**
- * Added pocket_consumer_key field on wallabag_config
+ * Added pocket_consumer_key field on wallabag_config.
  */
 class Version20161001072726 extends AbstractMigration implements ContainerAwareInterface
 {