Changeset 20841 for trunk/dbconfig
- Timestamp:
- Nov 25, 2008, 5:21:13 PM (18 years ago)
- Location:
- trunk/dbconfig
- Files:
-
- 2 edited
-
changes.txt (modified) (1 diff)
-
magic.md (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dbconfig/changes.txt
r20793 r20841 713 713 ) ENGINE=innodb DEFAULT CHARSET=latin1; 714 714 715 -- add to the run table to make the queries far less expensive 716 alter table magicDSRun add column stage_id BIGINT after stage 717 alter table magicDSRun add column cam_id BIGINT after stage_id; 718 -
trunk/dbconfig/magic.md
r20785 r20841 1 # $Id: magic.md,v 1.1 1 2008-11-18 01:54:01bills Exp $1 # $Id: magic.md,v 1.12 2008-11-26 03:21:13 bills Exp $ 2 2 3 3 ### Fault in magicRun indicates that the processing tree failed … … 45 45 state STR 0 # Key 46 46 stage STR 64 47 stage_id S64 0 48 cam_id S64 0 47 49 outroot STR 255 48 50 recoveryroot STR 255
Note:
See TracChangeset
for help on using the changeset viewer.
