Changeset 35550 for branches/eam_branches/ipp-20130419/dbconfig
- Timestamp:
- May 9, 2013, 11:30:54 AM (13 years ago)
- Location:
- branches/eam_branches/ipp-20130419/dbconfig
- Files:
-
- 2 edited
-
cam.md (modified) (1 prop)
-
changes.txt (modified) (2 diffs, 1 prop)
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
- Property svn:mergeinfo changed
/trunk/dbconfig/changes.txt merged: 35472
r35436 r35550 2400 2400 ) ENGINE=innodb DEFAULT CHARSET=latin1; 2401 2401 2402 UPDATE dbversion set schema_version = '1.1.75', updated= CURRENT_TIMESTAMP();2403 2404 2405 2402 -- new Postage Stamp Request columns 2406 2403 -- Note: These do not aply to the gpc1 database because the pstamp tables were … … 2412 2409 -- default to the gpc1 project 2413 2410 UPDATE pstampRequest SET proj_id = 1; 2411 2412 -- unique keys for the release tables 2413 2414 alter table relStack add unique key (rel_id, tess_id, skycell_id, filter, stack_type, mjd_obs) 2415 alter table relExp add UNIQUE KEY(rel_id, exp_id); 2416 alter table ippRelease add unique key (surveyID, release_name); 2417 2418 UPDATE dbversion set schema_version = '1.1.75', updated= CURRENT_TIMESTAMP(); - Property svn:mergeinfo changed
Note:
See TracChangeset
for help on using the changeset viewer.
