You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The spectral_type_string in the database is meant to be 10 characters, however, some entries (eg, WISEA J130729.56-055815.4) contain values like L8 (sl. blue) which are invalid. While SQLite is lazy about enforcing character restrictions (among other things), other database architectures like Postgres fail. We need to either expand the field to hold more characters, or move the (sl. blue) part to the comment field.
The text was updated successfully, but these errors were encountered:
The spectral_type_string in the database is meant to be 10 characters, however, some entries (eg, WISEA J130729.56-055815.4) contain values like
L8 (sl. blue)
which are invalid. While SQLite is lazy about enforcing character restrictions (among other things), other database architectures like Postgres fail. We need to either expand the field to hold more characters, or move the(sl. blue)
part to the comment field.The text was updated successfully, but these errors were encountered: