Add Mysql/MariaDB support
This commit is contained in:
1
vendor/PicoDb/Schema.php
vendored
1
vendor/PicoDb/Schema.php
vendored
@@ -18,7 +18,6 @@ class Schema
|
||||
$current_version = $this->db->getConnection()->getSchemaVersion();
|
||||
|
||||
if ($current_version < $last_version) {
|
||||
|
||||
return $this->migrateTo($current_version, $last_version);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user