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

@@ -742,7 +742,6 @@ if (isset($_GET["sqlite"])) {
return array(
'possible_drivers' => array("SQLite3", "PDO_SQLite"),
'jush' => "sqlite",
'unsigned' => array(),
);
}
}