IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 25513 for trunk/dbconfig


Ignore:
Timestamp:
Sep 23, 2009, 2:14:11 PM (17 years ago)
Author:
bills
Message:

add magic_ds_id to distRun so that we can find them to censor
if necessary

Location:
trunk/dbconfig
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/dbconfig/changes.txt

    r25500 r25513  
    12961296-- This change is new
    12971297ALTER TABLE pstampRequest ADD COLUMN label VARCHAR(64) AFTER reqType;
     1298
     1299ALTER TABLE distRun ADD COLUMN magic_ds_id BIGINT AFTER stage_id;
  • trunk/dbconfig/dist.md

    r24725 r25513  
    1414    stage       STR         64
    1515    stage_id    S64         0
     16    magic_ds_id S64         0
    1617    label       STR         64      # Key
    1718    outroot     STR         255
Note: See TracChangeset for help on using the changeset viewer.