IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 27028 for trunk/dbconfig


Ignore:
Timestamp:
Feb 22, 2010, 1:44:30 PM (16 years ago)
Author:
Paul Price
Message:

Schema change to support requirement of magicked detections for MOPS publishing.

Location:
trunk/dbconfig
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/dbconfig/changes.txt

    r27020 r27028  
    15191519-- Version 1.1.65
    15201520
     1521ALTER TABLE publishClient ADD COLUMN magicked TINYINT DEFAULT 1 AFTER stage;
     1522
  • trunk/dbconfig/publish.md

    r25929 r27028  
    66    product      STR         64
    77    stage        STR         64
     8    magicked     BOOL        TRUE
    89    workdir      STR         255
    910    comment      STR         255
Note: See TracChangeset for help on using the changeset viewer.