| 
| 
  | $name = 'One-time: Fix store_row_id' | 
|   | 
|   | $description | 
|   | 
| 
  | $schedulable = false | 
|   | 
| 
  | $name = 'Fannie Task' | 
|   | 
| 
  | $description = 'Information about the task' | 
|   | 
|   | $default_schedule | 
|   | 
| 
  | $schedulable = true | 
|   | 
| 
const  | TASK_NO_ERROR = 0 | 
|   | 
| 
const  | TASK_TRIVIAL_ERROR = 1 | 
|   | 
| 
const  | TASK_SMALL_ERROR = 2 | 
|   | 
| 
const  | TASK_MEDIUM_ERROR = 3 | 
|   | 
| 
const  | TASK_LARGE_ERROR = 4 | 
|   | 
| 
const  | TASK_WORST_ERROR = 5 | 
|   | 
 | 
| 
  | $error_threshold = 99 | 
|   | 
| 
  | $config = null | 
|   | 
| 
  | $logger = null | 
|   | 
| 
  | $options = array() | 
|   | 
| 
  | $arguments = array() | 
|   | 
      
        
          | AddIDsToOldTransactions::run  | 
          ( | 
          ) |  | 
           | 
        
      
 
Find current maximum assigned store_row_id Depending what time this is run, that might be found in today's transactions or yesterday's transactions
 
 
      
        
          | AddIDsToOldTransactions::$description | 
        
      
 
Initial value:=
'Goes through archived transactions and assigns
values where store_row_id is NULL.
You may want to change the date-based range of
tables checked before running this.'
 
 
 
The documentation for this class was generated from the following file:
- fannie/cron/tasks/one-time/AddIDsToOldTransactions.php