We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 818e579 + 67fef9e commit afef730Copy full SHA for afef730
src/Schema/Tables/Contracts/Table.php
@@ -438,7 +438,7 @@ public function is_schema_current() {
438
// @todo Error?
439
}
440
441
- $version_applied = $this->get_stored_version();
+ $version_applied = $this->get_stored_version() ?: '';
442
$current_version = $this->get_version();
443
444
return version_compare( $version_applied, $current_version, '==' );
0 commit comments