Skip to content

Commit

Permalink
Merge pull request #60 from lsst/tickets/DM-35169
Browse files Browse the repository at this point in the history
DM-35169: Add ccdVisitId to CcdVisit schema
  • Loading branch information
ctslater authored Jun 10, 2022
2 parents 8c79836 + f29cd22 commit b69f2b9
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions yml/dp02_dc2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8546,6 +8546,10 @@ tables:
'@id': '#CcdVisit'
description: ''
columns:
- name: ccdVisitId
'@id': '#CcdVisit.ccdVisitId'
datatype: long
description: ''
- name: visitId
'@id': '#CcdVisit.visitId'
datatype: long
Expand Down
4 changes: 4 additions & 0 deletions yml/hsc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5987,6 +5987,10 @@ tables:
'@id': '#CcdVisit'
description: ''
columns:
- name: ccdVisitId
'@id': '#CcdVisit.ccdVisitId'
datatype: long
description: ''
- name: visitId
'@id': '#CcdVisit.visitId'
datatype: long
Expand Down
4 changes: 4 additions & 0 deletions yml/imsim.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8603,6 +8603,10 @@ tables:
'@id': '#CcdVisit'
description: ''
columns:
- name: ccdVisitId
'@id': '#CcdVisit.ccdVisitId'
datatype: long
description: ''
- name: visitId
'@id': '#CcdVisit.visitId'
datatype: long
Expand Down

0 comments on commit b69f2b9

Please sign in to comment.