IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 20967


Ignore:
Timestamp:
Dec 12, 2008, 12:20:43 PM (17 years ago)
Author:
bills
Message:

remove duplicated lines

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/bills_081204/dbconfig/changes.txt

    r20964 r20967  
    13091309ALTER TABLE magicDSRun ADD COLUMN cam_id BIGINT AFTER stage_id;
    13101310
    1311 --  Version: 1.1.47 is this correct?
    1312 
     1311--  Version: 1.1.47
     1312
     1313-- WARNING WARNING WARNING
     1314-- Updating a database which has populated diffRun's requires editing
     1315-- the contents of the tables in a way that cannot be expresed here.
     1316-- The script tools/collapsdiffinputs.pl does the appropriate edits
     1317-- and should be run at the spot indicated below
    13131318
    13141319-- fix order of workdir to match pxadmin_create_tables.sql
    13151320ALTER TABLE diffRun CHANGE COLUMN workdir workdir VARCHAR(255) AFTER state;
    13161321
     1322-- add exposure id to diffRun
    13171323ALTER TABLE diffRun ADD COLUMN exp_id BIGINT;
    13181324ALTER TABLE diffRun ADD FOREIGN KEY (exp_id) REFERENCES rawExp(exp_id);
     
    13281334ALTER TABLE diffInputSkyfile CHANGE COLUMN skycell_id skycell_id VARCHAR(64) AFTER diff_id;
    13291335
    1330 -- run script collapse_diffinputs.pl
     1336-- WARNING WARNING
     1337-- If you have existing diff runs they must be converted
     1338
     1339-- run the script collapse_diffinputs.pl here.
     1340--        collapse_diffinputs.pl dbname dbuser dbpass dbhost
     1341
    13311342DELETE FROM diffInputSkyfile where template = 1;
    13321343
Note: See TracChangeset for help on using the changeset viewer.