Skip to content

Commit b1d358a

Browse files
committed
Run update script when updating to alpha 2
1 parent e55041f commit b1d358a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/UpdateScripts/MigrateToAddonSettings.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ class MigrateToAddonSettings extends UpdateScript
1212
{
1313
public function shouldUpdate($newVersion, $oldVersion)
1414
{
15-
return $this->isUpdatingTo('7.0.0');
15+
return $this->isUpdatingTo('7.0.0-beta.2');
1616
}
1717

1818
public function update()

0 commit comments

Comments
 (0)