Skip to content

Commit

Permalink
Add a second foreign key to DiaSource
Browse files Browse the repository at this point in the history
  • Loading branch information
gpdf committed Nov 28, 2023
1 parent 887d12b commit a784e02
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions yml/dp02_dc2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8343,6 +8343,14 @@ tables:
- "#DiaSource.diaObjectId"
referencedColumns:
- "#DiaObject.diaObjectId"
- name: CcdV_DiaS
"@type": "ForeignKey"
"@id": "#FK_DiaSource_ccdVisitId_CcdVisit_ccdVisitId"
description: Link CCD-level images to associated DiaSources
columns:
- "#DiaSource.ccdVisitId"
referencedColumns:
- "#CcdVisit.ccdVisitId"
- name: ForcedSourceOnDiaObject
"@id": "#ForcedSourceOnDiaObject"
description: "Point-source forced-photometry measurements on individual single-epoch
Expand Down

0 comments on commit a784e02

Please sign in to comment.