mirror of
https://github.com/vrana/adminer.git
synced 2025-08-12 09:34:10 +02:00
MongoDB: database list, table list, indexes, basic select
This commit is contained in:
@@ -162,7 +162,7 @@ if (isset($_GET["elastic"])) {
|
||||
}
|
||||
|
||||
function support($feature) {
|
||||
return preg_match("~database|table~", $feature);
|
||||
return preg_match("~database|table|columns~", $feature);
|
||||
}
|
||||
|
||||
function logged_user() {
|
||||
|
Reference in New Issue
Block a user