Skip to content

Commit

Permalink
Merge pull request #202 from lsst/tickets/DM-43748
Browse files Browse the repository at this point in the history
DM-43748: Add missing length fields to a few columns
  • Loading branch information
JeremyMcCormick authored Apr 9, 2024
2 parents 3ae4c90 + a165eb1 commit 6851200
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions yml/dp02_dc2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8087,6 +8087,7 @@ tables:
- name: filterName
"@id": "#DiaSource.filterName"
datatype: char
length: 1
mysql:datatype: CHAR(1)
description: Band used to take this observation
fits:tunit:
Expand Down Expand Up @@ -9283,6 +9284,7 @@ tables:
- name: id_truth_type
'@id': '#MatchesTruth.id_truth_type'
datatype: char
length: 18
mysql:datatype: CHAR(18)
tap:column_index: 2
tap:principal: 1
Expand Down Expand Up @@ -9343,6 +9345,7 @@ tables:
- name: id_truth_type
'@id': '#TruthSummary.id_truth_type'
datatype: char
length: 22
mysql:datatype: CHAR(22)
tap:column_index: 0
tap:principal: 1
Expand Down
1 change: 1 addition & 0 deletions yml/imsim.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9260,6 +9260,7 @@ tables:
- name: band
"@id": "#DiaSource.band"
datatype: char
length: 1
mysql:datatype: CHAR(1)
description: Band used to take this observation.
fits:tunit:
Expand Down

0 comments on commit 6851200

Please sign in to comment.