Changeset 7427 for trunk/MagicSoft
- Timestamp:
- 11/25/05 11:28:07 (19 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r7426 r7427 32 32 * datacenter/scripts/movingrawfiles, movingsubsystemfiles: 33 33 - 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) 34 37 35 38 -
trunk/MagicSoft/Mars/datacenter/macros/setupdb.C
r7405 r7427 551 551 " fPulsePosMean FLOAT(6,2) NOT NULL," 552 552 " fPulsePosRms FLOAT(6,2) NOT NULL," 553 " fPulsePosCheckMean FLOAT(6,2) NULL," 554 " fPulsePosCheckRms FLOAT(6,2) NULL," 553 555 " fLastUpdate TIMESTAMP" 554 556 ")"));
Note:
See TracChangeset
for help on using the changeset viewer.