diff options
Diffstat (limited to 'vendor/PicoDb/Schema.php')
-rw-r--r-- | vendor/PicoDb/Schema.php | 1 |
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); } |