1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-12 01:24:17 +02:00

NoSQL: Allow editing complex values

This commit is contained in:
Jakub Vrana
2013-08-09 15:49:34 -07:00
parent 8a1b8910c1
commit 6317c7737d
4 changed files with 31 additions and 9 deletions

View File

@@ -283,5 +283,5 @@ if (isset($_GET["elastic"])) {
$operators = array("=", "query");
$functions = array();
$grouping = array();
$edit_functions = array();
$edit_functions = array(array("json"));
}