Skip to content

Commit

Permalink
Update nullable fields
Browse files Browse the repository at this point in the history
  • Loading branch information
bsmartradio committed Nov 22, 2023
1 parent 3c226ca commit b60096b
Show file tree
Hide file tree
Showing 7 changed files with 49 additions and 7 deletions.
17 changes: 17 additions & 0 deletions .idea/inspectionProfiles/Project_Default.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/inspectionProfiles/profiles_settings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions .idea/sdm_schemas.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 6 additions & 1 deletion .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 0 additions & 6 deletions yml/apdb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,6 @@ tables:
- name: u_psfFluxNdata
"@id": "#DiaObject.u_psfFluxNdata"
datatype: int
nullable: false
description: The number of data points used to compute u_psfFluxChi2.
mysql:datatype: INTEGER
- name: u_fpFluxMean
Expand Down Expand Up @@ -239,7 +238,6 @@ tables:
- name: g_psfFluxNdata
"@id": "#DiaObject.g_psfFluxNdata"
datatype: int
nullable: false
description: The number of data points used to compute g_psfFluxChi2.
mysql:datatype: INTEGER
- name: g_fpFluxMean
Expand Down Expand Up @@ -293,7 +291,6 @@ tables:
- name: r_psfFluxNdata
"@id": "#DiaObject.r_psfFluxNdata"
datatype: int
nullable: false
description: The number of data points used to compute r_psfFluxChi2.
mysql:datatype: INTEGER
- name: r_fpFluxMean
Expand Down Expand Up @@ -347,7 +344,6 @@ tables:
- name: i_psfFluxNdata
"@id": "#DiaObject.i_psfFluxNdata"
datatype: int
nullable: false
description: The number of data points used to compute i_psfFluxChi2.
mysql:datatype: INTEGER
- name: i_fpFluxMean
Expand Down Expand Up @@ -401,7 +397,6 @@ tables:
- name: z_psfFluxNdata
"@id": "#DiaObject.z_psfFluxNdata"
datatype: int
nullable: false
description: The number of data points used to compute z_psfFluxChi2.
mysql:datatype: INTEGER
- name: z_fpFluxMean
Expand Down Expand Up @@ -455,7 +450,6 @@ tables:
- name: y_psfFluxNdata
"@id": "#DiaObject.y_psfFluxNdata"
datatype: int
nullable: false
description: The number of data points used to compute y_psfFluxChi2.
mysql:datatype: INTEGER
- name: y_fpFluxMean
Expand Down

0 comments on commit b60096b

Please sign in to comment.