IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 16316


Ignore:
Timestamp:
Feb 5, 2008, 2:10:31 PM (18 years ago)
Author:
Paul Price
Message:

Found my columns to add.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dbconfig/changes.txt

    r16314 r16316  
    5252alter table camRun add column tess_id varchar(64);
    5353alter table warpRun add column tess_id varchar(64);
     54
     55alter table camRun add column end_stage varchar(64);
     56alter table chipRun add column end_stage varchar(64);
     57alter table warpRun add column end_stage varchar(64);
     58alter table newExp add column end_stage varchar(64);
     59alter table rawExp add column end_stage varchar(64);
     60alter table camRun add key (end_stage);
     61alter table chipRun add key (end_stage);
     62alter table warpRun add key (end_stage);
     63alter table newExp add key (end_stage);
     64alter table rawExp add key (end_stage);
Note: See TracChangeset for help on using the changeset viewer.