]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - app/DoctrineMigrations/Version20161022134138.php
Added publication date
[github/wallabag/wallabag.git] / app / DoctrineMigrations / Version20161022134138.php
index d0e5cb3fc695c9d749d3f41b988dbc9c99fbc298..39949e7d5d1edaa7b504076f225023a5d80f00b3 100644 (file)
@@ -7,6 +7,9 @@ use Doctrine\DBAL\Schema\Schema;
 use Symfony\Component\DependencyInjection\ContainerAwareInterface;
 use Symfony\Component\DependencyInjection\ContainerInterface;
 
+/**
+ * Converted database to utf8mb4 encoding (for MySQL only).
+ */
 class Version20161022134138 extends AbstractMigration implements ContainerAwareInterface
 {
     /**