Add back support for reinstalling a server

This commit is contained in:
Dane Everitt 2020-04-03 13:46:45 -07:00
parent dfefd8845b
commit 7d45379f31
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
3 changed files with 28 additions and 23 deletions

View file

@ -61,6 +61,10 @@ class Server extends Validable
*/
const RESOURCE_NAME = 'server';
const STATUS_INSTALLING = 0;
const STATUS_INSTALLED = 1;
const STATUS_INSTALL_FAILED = 2;
/**
* The table associated with the model.
*