forked from miguel456/rbrecruiter
Add Mojang's status to dashboard
Also adds a Cache table to the database. Contains incomplete routes.
This commit is contained in:
@@ -26,6 +26,7 @@ class CreateApplicationsTable extends Migration
|
||||
'STAGE_SUBMITTED',
|
||||
'STAGE_PEERAPPROVAL',
|
||||
'STAGE_INTERVIEW',
|
||||
'STAGE_INTERVIEW_SCHEDULED',
|
||||
'APPROVED',
|
||||
'DENIED'
|
||||
])->default('STAGE_SUBMITTED');
|
||||
|
Reference in New Issue
Block a user