Changeset 12024 for trunk/dbconfig/tasks.md
- Timestamp:
- Feb 23, 2007, 3:41:56 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/dbconfig/tasks.md (modified) (10 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dbconfig/tasks.md
r11872 r12024 1 # $Id: tasks.md,v 1.1 19 2007-02-17 04:14:23jhoblitt Exp $1 # $Id: tasks.md,v 1.120 2007-02-24 01:40:38 jhoblitt Exp $ 2 2 3 3 # this table records all exposure ID ever seen from the summit … … 154 154 # 155 155 156 p1PendingExp METADATA157 exp_tag STR 64 # Primary Key 158 p1_version S32 0 # Primary Key156 guidePendingExp METADATA 157 exp_tag STR 64 # Primary Key 158 guide_version S32 0 # Primary Key 159 159 recipe STR 64 160 160 END … … 163 163 # class is missing 164 164 165 p2PendingExp METADATA166 exp_tag STR 64 # Primary Key 167 p2_version S32 0 # Primary Key168 p1_version S32 0165 chipPendingExp METADATA 166 exp_tag STR 64 # Primary Key 167 chip_version S32 0 # Primary Key 168 guide_version S32 0 169 169 label STR 64 # key 170 170 recipe STR 64 … … 175 175 # uris in & out ? 176 176 177 p2PendingImfile METADATA178 exp_tag STR 64 # Primary Key 179 p2_version S32 0 # Primary Key180 p1_version S32 0177 chipPendingImfile METADATA 178 exp_tag STR 64 # Primary Key 179 chip_version S32 0 # Primary Key 180 guide_version S32 0 181 181 class_id STR 64 # Primary Key 182 182 recipe STR 64 … … 187 187 # and/or logging imfile done better? 188 188 189 p2ProcessedExp METADATA190 exp_tag STR 64 # Primary Key 191 p2_version S32 0 # Primary Key192 p1_version S32 0189 chipProcessedExp METADATA 190 exp_tag STR 64 # Primary Key 191 chip_version S32 0 # Primary Key 192 guide_version S32 0 193 193 label STR 64 # key 194 194 expgroup STR 64 # key … … 196 196 END 197 197 198 p2Mask METADATA198 chipMask METADATA 199 199 label STR 64 # Primary Key 200 200 END … … 203 203 # state? 204 204 205 p2ProcessedImfile METADATA206 exp_tag STR 64 # Primary Key 207 p2_version S32 0 # Primary Key208 p1_version S32 0205 chipProcessedImfile METADATA 206 exp_tag STR 64 # Primary Key 207 chip_version S32 0 # Primary Key 208 guide_version S32 0 209 209 class_id STR 64 # Primary Key 210 210 recipe STR 64 … … 220 220 # imfiles is not here... is it needed? 221 221 222 p3PendingExp METADATA223 exp_tag STR 64 # Primary Key 224 p3_version S32 0 # Primary Key225 p2_version S32 0222 camPendingExp METADATA 223 exp_tag STR 64 # Primary Key 224 cam_version S32 0 # Primary Key 225 chip_version S32 0 226 226 label STR 64 # key 227 227 expgroup STR 64 # key … … 229 229 END 230 230 231 p3ProcessedExp METADATA232 exp_tag STR 64 # Primary Key 233 p3_version S32 0 # Primary Key234 p2_version S32 0231 camProcessedExp METADATA 232 exp_tag STR 64 # Primary Key 233 cam_version S32 0 # Primary Key 234 chip_version S32 0 235 235 label STR 64 # key 236 236 uri STR 255 … … 251 251 END 252 252 253 p3Mask METADATA253 camMask METADATA 254 254 label STR 64 # Primary Key 255 255 END
Note:
See TracChangeset
for help on using the changeset viewer.
