mirror of
https://github.com/nextcloud/server.git
synced 2026-06-12 02:00:51 -04:00
Backport of #718
Backporting https://github.com/nextcloud/server/pull/718 to stable10
This commit is contained in:
parent
d896d42931
commit
2037ff1f2f
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ class Upgrade extends Command {
|
|||
const ERROR_SUCCESS = 0;
|
||||
const ERROR_NOT_INSTALLED = 1;
|
||||
const ERROR_MAINTENANCE_MODE = 2;
|
||||
const ERROR_UP_TO_DATE = 3;
|
||||
const ERROR_UP_TO_DATE = 0;
|
||||
const ERROR_INVALID_ARGUMENTS = 4;
|
||||
const ERROR_FAILURE = 5;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue