IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 19 and Version 20 of ippToPsps_Database


Ignore:
Timestamp:
Apr 4, 2012, 4:05:01 PM (14 years ago)
Author:
rhenders
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ippToPsps_Database

    v19 v20  
    3131
    3232The config table contains all available configurations of 'loading campaigns'. Generally this means a row for 3pi, a row for MDF, SAS etc. All {{{ippToPsps}}} programs require the name of a config as their first argument when run from the command line, but changes can be made to config while programs are running and they will update accordingly.
     33
     34|| '''Field'''             || '''Type'''          || '''Null''' || '''Key''' || '''Default value'''       || '''Description''' ||
     35|| timestamp         || timestamp     || NO   ||     || CURRENT_TIMESTAMP   ||       ||
     36|| name              || varchar(30)   || NO   || PRI || NULL                ||       ||
     37|| datastore_product || varchar(30)   || YES  ||     || NULL                ||       ||
     38|| datastore_type    || varchar(30)   || YES  ||     || IPP_PSPS            ||       ||
     39|| datastore_publish || tinyint(1)    || YES  ||     || 0                   ||       ||
     40|| dvo_label         || varchar(100)  || YES  ||     || NULL                ||       ||
     41|| dvo_location      || varchar(1000) || YES  ||     || NULL                ||       ||
     42|| min_ra            || double        || YES  ||     || 0                   ||       ||
     43|| max_ra            || double        || YES  ||     || 360                 ||       ||
     44|| min_dec           || double        || YES  ||     || -30                 ||       ||
     45|| max_dec           || double        || YES  ||     || 90                  ||       ||
     46|| box_size          || double        || YES  ||     || 4                   ||       ||
     47|| base_path         || varchar(1000) || YES  ||     || NULL                ||       ||
     48|| data_release      || smallint(6)   || YES  ||     || 0                   ||       ||
     49|| delete_local      || tinyint(1)    || YES  ||     || 0                   ||       ||
     50|| delete_datastore  || tinyint(1)    || YES  ||     || 1                   ||       ||
     51|| delete_dxlayer    || tinyint(1)    || YES  ||     || 1                   ||       ||
     52|| epoch             || timestamp     || NO   ||     || 0000-00-00 00:00:00 ||       ||
     53|| survey            || varchar(10)   || YES  ||     || NULL                ||       ||
     54|| psps_survey       || varchar(10)   || YES  ||     || NULL                ||       ||
     55|| queue_P2          || tinyint(1)    || YES  ||     || 1                   ||       ||
     56|| queue_ST          || tinyint(1)    || YES  ||     || 0                   ||       ||
     57|| queue_OB          || tinyint(1)    || YES  ||     || 0                   ||       ||
     58|| active            || tinyint(1)    || YES  ||     || 1                   ||  defines whether this config is in active use or not ||
     59
     60
     61
    3362== The {{{clients}}} table ==
    3463