mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
(fix): param default
This commit is contained in:
@@ -42,7 +42,7 @@ class Upgrade extends Install
|
||||
string $interactive,
|
||||
bool $noStart,
|
||||
string $database,
|
||||
bool $migrate = true,
|
||||
bool $migrate = false,
|
||||
): void {
|
||||
$this->isUpgrade = true;
|
||||
$this->migrate = $migrate;
|
||||
|
||||
Reference in New Issue
Block a user