IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 27736


Ignore:
Timestamp:
Apr 23, 2010, 11:17:04 AM (16 years ago)
Author:
bills
Message:

changes to the pstampDependent table

Location:
trunk/dbconfig
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/dbconfig/changes.txt

    r27735 r27736  
    15881588      FOREIGN KEY(ss_id) REFERENCES staticskyRun(ss_id)
    15891589) ENGINE=innodb DEFAULT CHARSET=latin1;
     1590
     1591
     1592ALTER TABLE pstampDependent ADD COLUMN component VARCHAR(64) after stage_id;
     1593ALTER TABLE pstampDependent CHANGE COLUMN no_magic need_magic TINYINT VARCHAR(64);
     1594
  • trunk/dbconfig/pstamp.md

    r27174 r27736  
    5151    stage       STR         64
    5252    stage_id    S64         0
     53    component   STR         64
    5354    imagedb     STR         64
    5455    rlabel      STR         64
    55     no_magic    BOOL        f
     56    need_magic  BOOL        f
     57    fault       S16         0
    5658END
Note: See TracChangeset for help on using the changeset viewer.