summaryrefslogtreecommitdiff
path: root/vendor/PicoDb/Schema.php
diff options
context:
space:
mode:
authorFrédéric Guillot <fguillot@users.noreply.github.com>2014-03-30 19:53:59 -0400
committerFrédéric Guillot <fguillot@users.noreply.github.com>2014-03-30 19:53:59 -0400
commitd9dfd9d6199b15eba9510ef460e18c9245d9ab12 (patch)
tree6704134700cbc80c39b289620917d4bec011998e /vendor/PicoDb/Schema.php
parent34711f584651205cb6738b49df285d93a35393b5 (diff)
Add Mysql/MariaDB support
Diffstat (limited to 'vendor/PicoDb/Schema.php')
-rw-r--r--vendor/PicoDb/Schema.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/vendor/PicoDb/Schema.php b/vendor/PicoDb/Schema.php
index 2f52b846..b75366ea 100644
--- a/vendor/PicoDb/Schema.php
+++ b/vendor/PicoDb/Schema.php
@@ -18,7 +18,6 @@ class Schema
$current_version = $this->db->getConnection()->getSchemaVersion();
if ($current_version < $last_version) {
-
return $this->migrateTo($current_version, $last_version);
}