Changeset 26191 for trunk/dbconfig
- Timestamp:
- Nov 19, 2009, 1:18:42 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/dbconfig/changes.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dbconfig/changes.txt
r26015 r26191 16 16 -- Version 1.1.22 --> 1.1.23 17 17 -- Adding support for reduction classes (which are used to specify recipes for parts of the pipeline). 18 #Adding 'reduction' to detRun19 #Renaming 'recipe' in {chip,cam}{Pending,Processed}Exp to 'reduction'18 -- Adding 'reduction' to detRun 19 -- Renaming 'recipe' in {chip,cam}{Pending,Processed}Exp to 'reduction' 20 20 21 21 alter table detRun add column reduction varchar(64) NULL DEFAULT NULL after exp_type; … … 82 82 alter table stackSumSkyfile add column hostname varchar(64) after dtime_stack; 83 83 84 #alter table warpSkyfile add column ( dtime_warp float, hostname varchar(64) );84 -- alter table warpSkyfile add column ( dtime_warp float, hostname varchar(64) ); 85 85 alter table warpSkyfile add column dtime_warp float after bg_stdev; 86 86 alter table warpSkyfile add column hostname varchar(64) after dtime_warp; … … 1424 1424 ALTER TABLE publishClient ADD COLUMN active TINYINT DEFAULT 0 AFTER client_id; 1425 1425 1426 #add outdir to allow spreading files over multiple hosts1426 -- add outdir to allow spreading files over multiple hosts 1427 1427 ALTER TABLE distRun ADD COLUMN outdir VARCHAR(255) AFTER outroot; 1428 1428 ALTER TABLE distComponent ADD COLUMN outdir VARCHAR(255) AFTER state; 1429 1429 1430 #populate the existing runs (except for bills' test runs)1430 -- populate the existing runs (except for bills' test runs) 1431 1431 UPDATE distRun SET outdir = CONCAT_WS('.', outroot, dist_id) WHERE outroot not like '%@HOST@%'; 1432 1432 UPDATE distRun join distComponent using(dist_id) SET distComponent.outdir = CONCAT_WS('.', distRun.outroot, dist_id);
Note:
See TracChangeset
for help on using the changeset viewer.
