Changeset 7366
- Timestamp:
- Jun 6, 2006, 11:36:20 AM (20 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
dbconfig/tasks.md (modified) (2 diffs)
-
ippTools/src/pxtables.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dbconfig/tasks.md
r7343 r7366 1 # $Id: tasks.md,v 1.3 6 2006-06-05 21:56:31jhoblitt Exp $1 # $Id: tasks.md,v 1.37 2006-06-06 21:32:12 jhoblitt Exp $ 2 2 3 3 # this table records all exposure ID ever seen from the summit … … 239 239 recipe STR 64 240 240 END 241 242 detResidExpAnalysis METADATA 243 det_id S32 0 # Primary Key 244 exp_id STR 64 # Primary Key 245 stats STR 255 246 recipe STR 64 247 accept BOOL f 248 END -
trunk/ippTools/src/pxtables.c
r7347 r7366 44 44 CREATE_TABLE(detMasterImfileCreateTable); 45 45 CREATE_TABLE(detResidImfileAnalysisCreateTable); 46 CREATE_TABLE(detResidExpAnalysisCreateTable); 46 47 47 48 return true; … … 96 97 DROP_TABLE(detMasterImfileDropTable); 97 98 DROP_TABLE(detResidImfileAnalysisDropTable); 99 DROP_TABLE(detResidExpAnalysisDropTable); 98 100 99 101 return status;
Note:
See TracChangeset
for help on using the changeset viewer.
