IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 30314 for trunk/dbconfig


Ignore:
Timestamp:
Jan 20, 2011, 10:24:30 AM (15 years ago)
Author:
bills
Message:

add a column pstampDataStore.need_magic that indicates whether requests from that source
are allowed to extract uncensored postage stamps.

Location:
trunk/dbconfig
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/dbconfig/changes.txt

    r30049 r30314  
    19961996
    19971997ALTER TABLE rawImfile ADD column video_cells TINYINT AFTER burntool_state;
     1998
     1999ALTER TABLE pstampDataStore ADD COLUMN need_magic INT;
  • trunk/dbconfig/pstamp.md

    r29287 r30314  
    88    uri         STR         255
    99    pollInterval S32        0
     10    need_magic  S32         0
    1011END
    1112
Note: See TracChangeset for help on using the changeset viewer.