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:
@@ -742,7 +742,6 @@ if (isset($_GET["sqlite"])) {
|
||||
return array(
|
||||
'possible_drivers' => array("SQLite3", "PDO_SQLite"),
|
||||
'jush' => "sqlite",
|
||||
'unsigned' => array(),
|
||||
);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user