Skip to content

Commit

Permalink
Rename "flags_negative" to "is_negative"
Browse files Browse the repository at this point in the history
  • Loading branch information
abudlong committed Dec 11, 2024
1 parent 43bd5d1 commit 14af42b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/lsst/sdm_schemas/schemas/archive/sdss_stripe82_01.yml
Original file line number Diff line number Diff line change
Expand Up @@ -985,8 +985,8 @@ tables:
"@id": "#RunDeepSource.calib_detected"
datatype: boolean
mysql:datatype: BIT(1)
- name: flags_negative
"@id": "#RunDeepSource.flags_negative"
- name: is_negative
"@id": "#RunDeepSource.is_negative"
datatype: boolean
mysql:datatype: BIT(1)
- name: deblend_nchild
Expand Down

0 comments on commit 14af42b

Please sign in to comment.