IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 9, 2013, 11:30:54 AM (13 years ago)
Author:
eugene
Message:

merge changes from trunk

Location:
branches/eam_branches/ipp-20130419/dbconfig
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20130419/dbconfig/cam.md

    • Property svn:mergeinfo changed (with no actual effect on merging)
  • branches/eam_branches/ipp-20130419/dbconfig/changes.txt

    r35436 r35550  
    24002400) ENGINE=innodb DEFAULT CHARSET=latin1;
    24012401
    2402 UPDATE dbversion set schema_version = '1.1.75', updated= CURRENT_TIMESTAMP();
    2403 
    2404 
    24052402-- new Postage Stamp Request columns
    24062403-- Note: These do not aply to the gpc1 database because the pstamp tables were
     
    24122409-- default to the gpc1 project
    24132410UPDATE pstampRequest SET proj_id = 1;
     2411
     2412-- unique keys for the release tables
     2413
     2414alter table relStack  add unique key (rel_id, tess_id, skycell_id, filter, stack_type, mjd_obs)
     2415alter table relExp add UNIQUE KEY(rel_id, exp_id);
     2416alter table ippRelease add unique key (surveyID, release_name);
     2417
     2418UPDATE dbversion set schema_version = '1.1.75', updated= CURRENT_TIMESTAMP();
Note: See TracChangeset for help on using the changeset viewer.