| @@ -18,5 +18,15 @@ | ||
| 18 | 18 | public function ensureWorkflowCategoryColumn() |
| 19 | 19 | { |
| 20 | 20 | DB::ensureWorkflowCategoryColumn(); |
| 21 | 21 | } |
| 22 | + | |
| 23 | + /** | |
| 24 | + * Repair every workflows column the read path needs (order/info/category/status). | |
| 25 | + * | |
| 26 | + * @return bool | |
| 27 | + */ | |
| 28 | + public function ensureWorkflowSchema() | |
| 29 | + { | |
| 30 | + return DB::ensureWorkflowSchema(); | |
| 31 | + } | |
| 22 | 32 | } |