IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 20, 2015, 12:32:54 PM (11 years ago)
Author:
bills
Message:

Add 3 new postage stamp tables to the IPP database config.
Note that we don't keep the postage stamp tables in the gpc1 database
so there are no changes listed in dbconfig/changes.txt to update them.
We do that to avoid mistakenly using pstamptool without setting the dbserver to
the system that actually hosts the ippRequestServer database (currently ippc17).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dbconfig/pstamp.md

    r35295 r38157  
    6969END
    7070
    71 pstampWebRequest METADATA
     71pstampWebRequest        METADATA
    7272    num         S64         0    # Primary Key AUTO_INCREMENT
    7373END
    7474
    75 pstampFile METADATA
     75pstampFile              METADATA
    7676    file_id     S64         0   # Primary Key AUTO_INCREMENT
    7777    job_id      S64         0
    7878    path        STR         255
    79 end
     79END
     80
     81pstampUserDomain        METADATA
     82    domainName      STR     64
     83    accessLevel     S32     0
     84    defaultProduct  STR     255
     85    defaultLabel    STR     64
     86END
     87
     88pstampUser              METADATA
     89    userName        STR     64  # Primary Key (userName, domainName)
     90    domainName      STR     64 
     91    accessLevel     S32     0
     92    defaultProduct  STR     255
     93    defaultLabel    STR     64
     94END
     95
     96pstampAccessLevel       METADATA
     97    proj_id         S64     0   # Primary Key (proj_id, accessLevel) fkey(proj_id)
     98    accessLevel     S32     0
     99    mjd_min         F32     0
     100    mjd_max         F32     0
     101END
     102
Note: See TracChangeset for help on using the changeset viewer.