Skip to content

Commit

Permalink
Merge pull request #151 from lsst/tickets/DM-19585b
Browse files Browse the repository at this point in the history
DM-19585: Fix all the lengths of 8 for instrument
  • Loading branch information
timj committed Apr 26, 2019
2 parents 9d71895 + 595c8de commit 3154279
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions config/schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@ schema:
-
name: instrument
type: string
length: 8
length: 16
primary_key: true
doc: >
Globally unique string indentifier for this Instrument.
Expand Down Expand Up @@ -548,7 +548,7 @@ schema:
-
name: instrument
type: string
length: 8
length: 16
primary_key: true
doc: >
Name of the Instrument with which this filter is associated.
Expand Down Expand Up @@ -584,7 +584,7 @@ schema:
-
name: instrument
type: string
length: 8
length: 16
primary_key: true
nullable: false
doc: >
Expand Down Expand Up @@ -630,7 +630,7 @@ schema:
-
name: instrument
type: string
length: 8
length: 16
primary_key: true
nullable: false
doc: >
Expand Down Expand Up @@ -711,7 +711,7 @@ schema:
-
name: instrument
type: string
length: 8
length: 16
primary_key: true
nullable: false
doc: >
Expand Down Expand Up @@ -940,7 +940,7 @@ schema:
-
name: instrument
type: string
length: 8
length: 16
primary_key: true
nullable: false
doc: >
Expand Down Expand Up @@ -979,7 +979,7 @@ schema:
-
name: instrument
type: string
length: 8
length: 16
primary_key: true
nullable: false
doc: >
Expand Down Expand Up @@ -1042,7 +1042,7 @@ schema:
-
name: instrument
type: string
length: 8
length: 16
primary_key: true
nullable: false
doc: Name of the Instrument associated with the Visit and Detector.
Expand Down Expand Up @@ -1092,7 +1092,7 @@ schema:
-
name: instrument
type: string
length: 8
length: 16
nullable: false
doc: Name of the Instrument associated with the Visit and Detector.
-
Expand Down Expand Up @@ -1127,7 +1127,7 @@ schema:
-
name: instrument
type: string
length: 8
length: 16
nullable: false
doc: Name of the Instrument associated with the Visit.
-
Expand Down Expand Up @@ -1226,7 +1226,7 @@ schema:
-
name: instrument
type: string
length: 8
length: 16
nullable: false
doc: Name of the Instrument associated with the Visit and Detector.
-
Expand Down Expand Up @@ -1294,7 +1294,7 @@ schema:
-
name: instrument
type: string
length: 8
length: 16
nullable: false
doc: Name of the Instrument associated with the Visit.
-
Expand Down Expand Up @@ -1354,7 +1354,7 @@ schema:
-
name: instrument
type: string
length: 8
length: 16
nullable: false
doc: Name of the Instrument associated with the Visit and Detector.
-
Expand Down Expand Up @@ -1414,7 +1414,7 @@ schema:
-
name: instrument
type: string
length: 8
length: 16
nullable: false
doc: Name of the Instrument associated with the Visit.
-
Expand Down

0 comments on commit 3154279

Please sign in to comment.