--- chewbacca/YodaProfiler/docs/PAMELAProductionDB.sql 2008/12/18 12:58:38 1.11 +++ chewbacca/YodaProfiler/docs/PAMELAProductionDB.sql 2008/12/18 14:47:08 1.12 @@ -706,6 +706,7 @@ `BAD_PKT_CALREAD` int default '0' COMMENT 'The number of Calibration packet that could have problems.', `NUM_PKT_SAVED` int default '0' COMMENT 'The total number of packet saved in the ROOT file', `INPUT_NAME` varchar(255) default './nnnnmmm.pam' COMMENT 'It is the filename of the input file', + `TIME_IS_ESTIMATED` tinyint(1) unsigned NOT NULL default '0' COMMENT 'No timesync was found for this entry, we use a timesync from the same download', `INSERT_TIME` timestamp default CURRENT_TIMESTAMP, PRIMARY KEY (`ID_N`) ) @@ -731,6 +732,7 @@ `BAD_PKT_CALREAD` int default '0' COMMENT 'The number of Calibration packet that could have problems.', `NUM_PKT_SAVED` int default '0' COMMENT 'The number of packet saved in the ROOT file', `INPUT_NAME` varchar(255) default './nnnnmmm.pam' COMMENT 'It is the filename of the input file', + `TIME_IS_ESTIMATED` tinyint(1) unsigned NOT NULL default '0' COMMENT 'No timesync was found for this entry, we use a timesync from the same download', `INSERT_TIME` timestamp default CURRENT_TIMESTAMP, PRIMARY KEY (`ID_N`) )