Skip to content
Snippets Groups Projects
Commit c25fc41d authored by Valentin Rigal's avatar Valentin Rigal
Browse files

Update SQLite export structure

parent 5442bc2f
No related branches found
No related tags found
1 merge request!95Update SQLite export structure
Pipeline #13903 passed
......@@ -110,13 +110,13 @@ id | `VARCHAR(37)` | UUID of the image.
url | `TEXT` | URL leading to the image's IIIF identifier.
width | `INTEGER` | Width of the image in pixels. Can be 0 if it is unknown.
height | `INTEGER` | Height of the image in pixels. Can be 0 if it is unknown.
server_id | `VARCHAR(37)` | Integer ID of the server that hosts this image.
server_id | `INTEGER` | Integer ID of the server that hosts this image.
### image_server
Name | Type | Description
---- | ---- | -----------
id | `VARCHAR(37)` | Integer ID of the IIIF image server.
id | `INTEGER` | Integer ID of the IIIF image server.
display_name | `VARCHAR(250)` | Human-readable name of the server.
url | `TEXT` | Base URL for all images in this server.
max_width | `INTEGER` | Maximum width of any image that the server will return. Nullable.
......@@ -151,7 +151,7 @@ worker_run_id | `VARCHAR(37)` | UUID of a worker run that created this transcrip
Name | Type | Description
---- | ---- | -----------
id | `VARCHAR(37)` | UUID of the transcription-entity link.
id | `INTEGER` | UUID of the transcription-entity link.
transcription_id | `VARCHAR(37)` | UUID of the transcription.
entity_id | `VARCHAR(37)` | UUID of the entity.
offset | `INTEGER` | Zero-based index of the first character in the transcription's text that maps to the entity.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment