Skip to content

Commit

Permalink
Correct error in Obj_FS constraint and rename
Browse files Browse the repository at this point in the history
  • Loading branch information
gpdf committed Oct 23, 2023
1 parent a773134 commit a6db091
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions yml/dp02_dc2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7214,12 +7214,12 @@ tables:
tap:principal: 1
tap:column_index: 30
constraints:
- name: FK_forcedSourceId_objectId
- name: Obj_FS
"@type": "ForeignKey"
"@id": "#FK_forcedSourceId_objectId"
description: Foreign key from ForcedSource to Object
"@id": "#FK_ForcedSource_objectId_Object_objectId"
description: Link Objects to associated ForcedSources
columns:
- "#ForcedSource.forcedSourceId"
- "#ForcedSource.objectId"
referencedColumns:
- "#Object.objectId"
- name: DiaObject
Expand Down

0 comments on commit a6db091

Please sign in to comment.