Postgres database: iondb
Postgres table: rundb_filemonitor
File Monitor data model.
| Field | Type | Description |
|---|---|---|
| celery_task_id | String (up to 60) | celery task id |
| created | Date (with time) | created |
| id | Integer | ID |
| local_dir | String (up to 512) | local dir |
| md5sum | String (up to 32) | md5sum |
| name | String (up to 255) | name |
| progress | Big (8 byte) integer | progress |
| size | Big (8 byte) integer | size |
| status | String (up to 60) | status |
| tags | String (up to 1024) | tags |
| updated | Date (with time) | updated |
| url | String (up to 2000) | url |