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

Move engines() to Driver

This commit is contained in:
Jakub Vrana
2025-03-18 13:41:24 +01:00
parent b2f904c64f
commit a3d1ab34bb
12 changed files with 18 additions and 50 deletions

View File

@@ -252,10 +252,6 @@ if (isset($_GET["imap"])) {
function fk_support($table_status) {
}
function engines() {
return array();
}
function alter_table($table, $name, $fields, $foreign, $comment, $engine, $collation, $auto_increment, $partitioning) {
return connection()->create($name);
}