IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 8, 2013, 11:50:49 AM (13 years ago)
Author:
bills
Message:

For warp_bg stage add column alt_cam_label. If set use the smf file
from that cam run for the astrometry. This is intended to be a
camRun with the nomal backckground subtraction.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dbconfig/changes.txt

    r35048 r35134  
    22662266UPDATE dbversion set schema_version = '1.1.73', updated= CURRENT_TIMESTAMP();
    22672267
     2268ALTER TABLE warpBackgroundRun ADD COLUMN alt_cam_label VARCHAR(255) AFTER reduction;
     2269
     2270UPDATE dbversion set schema_version = '1.1.74', updated= CURRENT_TIMESTAMP();
    22682271
    22692272-- new tables for managing the "release" of ipp data
     
    23352338) ENGINE=innodb DEFAULT CHARSET=latin1;
    23362339
    2337 UPDATE dbversion set schema_version = '1.1.74', updated= CURRENT_TIMESTAMP();
     2340ALTER TABLE warpBackgroundRun ADD COLUMN alt_cam_label VARCHAR(255) AFTER reduction;
     2341
     2342UPDATE dbversion set schema_version = '1.1.75', updated= CURRENT_TIMESTAMP();
Note: See TracChangeset for help on using the changeset viewer.