Moving UPDATE defines/constants out of boot

This commit is contained in:
Philipp Holzer
2018-10-14 13:19:37 +02:00
parent 4ae985e5ed
commit 87f3fe24f7
5 changed files with 25 additions and 35 deletions

View File

@@ -6,6 +6,9 @@ use Friendica\Database\DBStructure;
class Update
{
const SUCCESS = 0;
const FAILED = 1;
/**
* Automatic database updates
*/