IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 16314


Ignore:
Timestamp:
Feb 5, 2008, 1:08:13 PM (18 years ago)
Author:
Paul Price
Message:

Adding new columns: tess_id is defined from the start.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dbconfig/changes.txt

    r16312 r16314  
    4646
    4747alter table warpSkyfile add column ( dtime_warp double, hostname varchar(64) );
     48
     49alter table newExp add column tess_id varchar(64);
     50alter table rawExp add column tess_id varchar(64);
     51alter table chipRun add column tess_id varchar(64);
     52alter table camRun add column tess_id varchar(64);
     53alter table warpRun add column tess_id varchar(64);
Note: See TracChangeset for help on using the changeset viewer.