Skip to content

Commit ed1db0a

Browse files
authored
remove spectra_utils (#616)
* remove spectra_utils. move to astrodb_utils * add mode to PK for spectra
1 parent a3c0e85 commit ed1db0a

File tree

3 files changed

+2
-672
lines changed

3 files changed

+2
-672
lines changed

simple/schema.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1069,6 +1069,7 @@ tables:
10691069
datatype: string
10701070
length: 30
10711071
description: Instrument mode; links to Instruments table
1072+
nullable: false
10721073
- name: observation_date
10731074
"@id": "#Spectra.observation_date"
10741075
datatype: timestamp
@@ -1102,6 +1103,7 @@ tables:
11021103
columns:
11031104
- "#Spectra.source"
11041105
- "#Spectra.regime"
1106+
- "#Spectra.mode"
11051107
- "#Spectra.observation_date"
11061108
- "#Spectra.reference"
11071109
constraints:

0 commit comments

Comments
 (0)