|
|
@ -36,4 +36,4 @@ if (empty($opts['package'])) { |
|
|
|
rcube::raise_error("Database schema package name not specified (--package).", false, true); |
|
|
|
} |
|
|
|
|
|
|
|
rcmail_utils::db_update($opts['dir'], $opts['package'], $opts['version'], ['errors' => true]); |
|
|
|
rcmail_utils::db_update($opts['dir'], $opts['package'], $opts['version'] ?? null, ['errors' => true]); |