Ignore:
Timestamp:
06/28/06 09:13:11 (18 years ago)
Author:
Daniela Dorner
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/datacenter/macros/setupdb.C

    r7686 r7758  
    579579         "  fMaxHumidity        FLOAT(6,1)            NOT NULL,"
    580580         "  fInhomogeneity      FLOAT(5,1)            NOT NULL,"
    581          "  fNumStarsMean       FLOAT(5,1)            NOT NULL,"
     581         "  fNumStarsMed        FLOAT(5,1)            NOT NULL,"
    582582         "  fNumStarsRMS        FLOAT(5,1)            NOT NULL,"
    583          "  fBrightnessMean     FLOAT(5,1)            NOT NULL,"
     583         "  fNumStarsCorrMed    FLOAT(5,1)            NOT NULL,"
     584         "  fNumStarsCorrRMS    FLOAT(5,1)            NOT NULL,"
     585         "  fBrightnessMed      FLOAT(5,1)            NOT NULL,"
    584586         "  fBrightnessRMS      FLOAT(5,1)            NOT NULL,"
    585587         "  fLastUpdate         TIMESTAMP"
Note: See TracChangeset for help on using the changeset viewer.