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
No known key found for this signature in database
GPG key ID: 517BE60E2CE5C8A5
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
*/