Closed hover2pi closed 7 years ago
The magnitude column on the photometry table is not displaying for some reason. SED's are still working and SELECT * FROM photometry works since those do a separate query from the photometry ids but the column is not included on the inventory page.
magnitude
SELECT * FROM photometry
It was dataTables removing columns.
The
magnitude
column on the photometry table is not displaying for some reason. SED's are still working andSELECT * FROM photometry
works since those do a separate query from the photometry ids but the column is not included on the inventory page.