Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DM-30682: Rename "flags_negative" to "is_negative" #293

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion python/lsst/sdm_schemas/schemas/apdb.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: "ApdbSchema"
"@id": "#apdbSchema"
version: "2.0.1"
version: "4.0.0"
description: The Alert Production Database (APDB) contains the catalogs resulting from
image differencing during nightly Prompt Processing as well as the results of
daily Solar System Processing.
Expand Down
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
Loading