supplementary to the previous

This commit is contained in:
Никита Тырин 2024-09-16 15:47:02 +03:00
parent ea9832a365
commit c6df41f903

View File

@ -68,7 +68,7 @@ class GaiaSource(models.Model):
#phot_bp_mean_mag = models.FloatField(default=0.0, null=True)
#mean bp magnitude, vega scale
phot_rp_mean_mag = models.FloatField(default=0.0, null=True)
#phot_rp_mean_mag = models.FloatField(default=0.0, null=True)
#mean rp magnitude, vega scale
healpix_ring_index = models.BigIntegerField(null=True, blank=True)