Changeset 19067
- Timestamp:
- Aug 14, 2008, 2:41:54 PM (18 years ago)
- Location:
- branches/eam_branch_20080806/dbconfig
- Files:
-
- 2 edited
-
changes.txt (modified) (1 diff)
-
det.md (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branch_20080806/dbconfig/changes.txt
r18449 r19067 362 362 update chipRun set state = 'full' where state = 'stop'; 363 363 364 -- add 'data_state' to detrend tables 365 366 alter table detRegisteredImfile add column data_state varchar(64) after path_base; -
branches/eam_branch_20080806/dbconfig/det.md
r18997 r19067 112 112 END 113 113 114 ## XXX this must match in fields with detRegisteredImfile 114 115 detNormalizedImfile METADATA 115 116 det_id S64 0 # Primary Key fkey(det_id) ref detInputExp(det_id) … … 248 249 user_5 F64 0.0 249 250 path_base STR 255 251 data_state STR 64 # full, cleaned, purged (only track end states; request states are in detRunSummary by iteration) 250 252 fault S16 0 # Key NOT NULL 251 253 END
Note:
See TracChangeset
for help on using the changeset viewer.
