Skip to content

Commit

Permalink
Merge pull request #149 from lsst/tickets/DM-41251
Browse files Browse the repository at this point in the history
DM-41251: Add foreign key constraint from ForcedSource to Object
  • Loading branch information
JeremyMcCormick authored Oct 23, 2023
2 parents 46b1a69 + a6db091 commit 7396851
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions yml/dp02_dc2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7213,6 +7213,15 @@ tables:
ivoa:ucd: phot.flux
tap:principal: 1
tap:column_index: 30
constraints:
- name: Obj_FS
"@type": "ForeignKey"
"@id": "#FK_ForcedSource_objectId_Object_objectId"
description: Link Objects to associated ForcedSources
columns:
- "#ForcedSource.objectId"
referencedColumns:
- "#Object.objectId"
- name: DiaObject
"@id": "#DiaObject"
description: "Properties of time-varying astronomical objects based on association
Expand Down

0 comments on commit 7396851

Please sign in to comment.