mirror of
https://github.com/friendica/friendica
synced 2025-04-26 15:10:11 +00:00
Moving UPDATE defines/constants out of boot
This commit is contained in:
parent
4ae985e5ed
commit
87f3fe24f7
5 changed files with 25 additions and 35 deletions
|
@ -6,6 +6,9 @@ use Friendica\Database\DBStructure;
|
|||
|
||||
class Update
|
||||
{
|
||||
const SUCCESS = 0;
|
||||
const FAILED = 1;
|
||||
|
||||
/**
|
||||
* Automatic database updates
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue