mirror of
https://github.com/vrana/adminer.git
synced 2025-08-18 04:11:27 +02:00
ClickHouse support alpha version
This commit is contained in:
@@ -79,6 +79,7 @@ include "../adminer/drivers/firebird.inc.php";
|
||||
include "../adminer/drivers/simpledb.inc.php";
|
||||
include "../adminer/drivers/mongo.inc.php";
|
||||
include "../adminer/drivers/elastic.inc.php";
|
||||
include "../adminer/drivers/clickhouse.inc.php";
|
||||
include "../adminer/drivers/mysql.inc.php"; // must be included as last driver
|
||||
|
||||
define("SERVER", $_GET[DRIVER]); // read from pgsql=localhost
|
||||
|
@@ -1,2 +1,2 @@
|
||||
<?php
|
||||
$VERSION = "4.6.4-dev";
|
||||
$VERSION = "4.7.0-dev";
|
||||
|
Reference in New Issue
Block a user