1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-08 23:57:29 +02:00

Move unsigned to Driver

This commit is contained in:
Jakub Vrana
2025-03-06 13:58:15 +01:00
parent 69d7d76dc5
commit a8feb00098
9 changed files with 8 additions and 13 deletions

View File

@@ -384,7 +384,6 @@ if (isset($_GET["clickhouse"])) {
function driver_config() {
return array(
'jush' => "clickhouse",
'unsigned' => array(),
);
}
}