mirror of
https://github.com/vrana/adminer.git
synced 2026-07-07 19:12:55 +02:00
Move engines() to Driver
This commit is contained in:
@@ -368,10 +368,6 @@ if (isset($_GET["simpledb"])) {
|
||||
function fk_support($table_status) {
|
||||
}
|
||||
|
||||
function engines() {
|
||||
return array();
|
||||
}
|
||||
|
||||
function alter_table($table, $name, $fields, $foreign, $comment, $engine, $collation, $auto_increment, $partitioning) {
|
||||
return ($table == "" && sdb_request('CreateDomain', array('DomainName' => $name)));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user