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 authored Oct 23, 2023
1 parent 5ed2d53 commit d63615b
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 d63615b

Please sign in to comment.