Closed andycasey closed 5 days ago
We might be able to keep this as a single field v_astra but just have it as a three-length tuple, as long as we update all the queries.
v_astra
The queries affect when looking for new spectra to analyse, or exporting tables, or coadding data, etc etc etc.
Fixed by setting v_astra as an integer, which encodes the major, minor, and patch version. Unique constraints added for (spectrum_pk, v_astra_major_minor).
spectrum_pk
v_astra_major_minor
We might be able to keep this as a single field
v_astra
but just have it as a three-length tuple, as long as we update all the queries.The queries affect when looking for new spectra to analyse, or exporting tables, or coadding data, etc etc etc.