Skip to content

Commit 8cc0a4c

Browse files
committed
Fix type
1 parent 20a7148 commit 8cc0a4c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

python/lsst/sdm/schemas/cdb_lsstcam.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2315,11 +2315,11 @@ tables:
23152315
description: Sequence number from which the last applied AOS corrections were calculated.
23162316
- name: ra_version
23172317
"@id": "#visit1_quicklook.ra_version"
2318-
datatype: text
2318+
postgresql:datatype: JSONB
23192319
description: ts_wep, donut_viz, tarts, danish versions used.
23202320
- name: mtaos_version
23212321
"@id": "#visit1_quicklook.mtaos_version"
2322-
datatype: text
2322+
postgresql:datatype: JSONB
23232323
description: mtaos version used.
23242324
- name: exposure_quicklook
23252325
"@id": "#exposure_quicklook"

0 commit comments

Comments
 (0)