Changeset 7427 for trunk/MagicSoft


Ignore:
Timestamp:
11/25/05 11:28:07 (19 years ago)
Author:
Daniela Dorner
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r7426 r7427  
    3232   * datacenter/scripts/movingrawfiles, movingsubsystemfiles:
    3333     - added (scripts to move files from old (LP) to new structure (DC)
     34
     35   * datacenter/macros/fillsignal.C, setupdb.C:
     36     - added 2 new columns (fPulsePosCheckMean, fPulsePosCheckRms)
    3437
    3538
  • trunk/MagicSoft/Mars/datacenter/macros/setupdb.C

    r7405 r7427  
    551551         "  fPulsePosMean       FLOAT(6,2)            NOT NULL,"
    552552         "  fPulsePosRms        FLOAT(6,2)            NOT NULL,"
     553         "  fPulsePosCheckMean  FLOAT(6,2)                NULL,"
     554         "  fPulsePosCheckRms   FLOAT(6,2)                NULL,"
    553555         "  fLastUpdate         TIMESTAMP"
    554556         ")"));
Note: See TracChangeset for help on using the changeset viewer.