]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - src/Wallabag/CoreBundle/Controller/EntryController.php
Fixed index on entry.uuid and changed uuid field type
[github/wallabag/wallabag.git] / src / Wallabag / CoreBundle / Controller / EntryController.php
index b03f49eda339efe7af80441d9a46b0710e99a056..831486714a25b50b04f12e319711a7c5bd8495e1 100644 (file)
@@ -355,6 +355,9 @@ class EntryController extends Controller
     {
         $this->checkUserAction($entry);
 
+        $version = $this->getDoctrine()->getManager()->getConnection()->query('SELECT version();')->fetchColumn();
+        var_dump($version);
+
         return $this->render(
             'WallabagCoreBundle:Entry:entry.html.twig',
             ['entry' => $entry]