IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

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

changes to the pstampDependent table

File:
1 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
Note: See TracChangeset for help on using the changeset viewer.