Ghost/ghost/core/test/integration
Naz c667620d8f 🏗 Added jobs table creation migration
refs https://github.com/TryGhost/Toolbox/issues/357

- One time jobs need a storage mechanism to be run only ever once.
- Field notes:

- `id`, `created_at`, `updated_at` - standard Ghost fields
- `name` - unique name of the job, could also be used with prefixing to identify certain type of job (e.g.: backup-bob-2022-10-16, backup-sam-2023-01-13 identifying backup jobs run by users)
- `status` - 'started' | 'finished' | 'failed' | 'queued'  (need to identify when the job is in progress, done, added to the execution queue, or errored)
- `started_at` - when the job started execution
- `finished_at` - when the job successfully finished execution
2022-07-22 23:32:58 +12:00
..
exporter 🏗 Added jobs table creation migration 2022-07-22 23:32:58 +12:00
importer Converted Ghost repo into a monorepo 2022-07-20 16:41:05 +02:00
migrations Added report API for comments (#15043) 2022-07-22 12:03:05 +02:00
services Converted Ghost repo into a monorepo 2022-07-20 16:41:05 +02:00
settings Converted Ghost repo into a monorepo 2022-07-20 16:41:05 +02:00
url_service.test.js Converted Ghost repo into a monorepo 2022-07-20 16:41:05 +02:00