mirror of
https://github.com/wallabag/wallabag.git
synced 2025-08-26 18:21:02 +00:00
Fixed index on entry.uuid and changed uuid field type
This commit is contained in:
parent
af131cb513
commit
8137515171
4 changed files with 12 additions and 4 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue