Skip to content

Commit

Permalink
Merge pull request #210 from lsst/tickets/DM-43998-fix-apdb-default-v…
Browse files Browse the repository at this point in the history
…alues

DM-43998: Fix default values in apdb to use the correct datatype
  • Loading branch information
JeremyMcCormick authored Apr 26, 2024
2 parents b52cd4e + 3af5378 commit f9507f9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions yml/apdb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1109,7 +1109,7 @@ tables:
"@id": "#DiaObject.flags"
datatype: long
nullable: false
value: "0"
value: 0
description: Flags, bitwise OR tbd.
ivoa:ucd: meta.code
- name: lastNonForcedSource
Expand Down Expand Up @@ -1437,7 +1437,7 @@ tables:
datatype: long
nullable: false
description: Flags, bitwise OR tbd.
value: "0"
value: 0
ivoa:ucd: meta.code
- name: DiaSource
"@id": "#DiaSource"
Expand Down Expand Up @@ -1765,7 +1765,7 @@ tables:
- name: trailNdata
"@id": "#DiaSource.trailNdata"
datatype: int
value: "0"
value: 0
description: The number of data points (pixels) used to fit the trailed source model.
- name: dipoleMeanFlux
"@id": "#DiaSource.dipoleMeanFlux"
Expand Down Expand Up @@ -2047,7 +2047,7 @@ tables:
datatype: long
nullable: false
description: Flags, bitwise OR tbd.
value: "0"
value: 0
ivoa:ucd: meta.code
- name: band
"@id": "#DiaSource.band"
Expand Down Expand Up @@ -2141,7 +2141,7 @@ tables:
"@id": "#DiaForcedSource.flags"
datatype: long
description: Flags, bitwise OR tbd
value: "0"
value: 0
ivoa:ucd: meta.code
- name: midpointMjdTai
"@id": "#DiaForcedSource.midpointMjdTai"
Expand Down

0 comments on commit f9507f9

Please sign in to comment.