IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 29, 2012, 2:08:42 PM (14 years ago)
Author:
bills
Message:

add two columns to staticskyResult n_detections and n_extended

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dbconfig/changes.txt

    r34731 r34733  
    22572257ALTER TABLE warpSkyfile add column background_model SMALLINT after maskfrac_advisory;
    22582258ALTER TABLE stackSumSkyfile add column background_model SMALLINT after software_ver;
     2259
     2260ALTER TABLE skycalResult ADD column n_detections INT after n_astrom;
     2261ALTER TABLE skycalResult ADD column n_extended INT after n_detections;
     2262
    22592263UPDATE dbversion set schema_version = '1.1.72', updated= CURRENT_TIMESTAMP();
Note: See TracChangeset for help on using the changeset viewer.