Move ScheduledTaskSubscrineb constants from old model to entity
[MAILPOET-4006]
This commit is contained in:
committed by
Veljko V
parent
823aca38e4
commit
ed1c9e5202
@@ -15,6 +15,13 @@ class ScheduledTaskSubscriberEntity {
|
||||
const STATUS_UNPROCESSED = 0;
|
||||
const STATUS_PROCESSED = 1;
|
||||
|
||||
const FAIL_STATUS_OK = 0;
|
||||
const FAIL_STATUS_FAILED = 1;
|
||||
|
||||
const SENDING_STATUS_SENT = 'sent';
|
||||
const SENDING_STATUS_FAILED = 'failed';
|
||||
const SENDING_STATUS_UNPROCESSED = 'unprocessed';
|
||||
|
||||
use CreatedAtTrait;
|
||||
use UpdatedAtTrait;
|
||||
use SafeToOneAssociationLoadTrait;
|
||||
|
Reference in New Issue
Block a user