IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 14, 2011, 2:57:53 PM (15 years ago)
Author:
heather
Message:

addrun branch

Location:
branches/haf_branches/haf_add2011
Files:
1 edited
1 copied

Legend:

Unmodified
Added
Removed
  • branches/haf_branches/haf_add2011/dbconfig/changes.txt

    r31038 r31280  
    20582058UPDATE dbversion set schema_version = '1.1.69', updated= CURRENT_TIMESTAMP();
    20592059
    2060 
    2061 
     2060ALTER TABLE addRun ADD COLUMN stage VARCHAR(64) AFTER add_id;
     2061 ALTER TABLE addRun ADD COLUMN stage_id bigint(20) after stage;
     2062UPDATE addRun set stage_id = cam_id;
     2063##alter table addRun drop cam_id;  (those stupid keys?)
     2064alter table addRun modify cam_id bigint(20) after minidvodb_name;
     2065
     2066
     2067
     2068##ALTER TABLE addRun CHANGE cam_id stage_id bigint(20);
     2069
     2070
     2071
Note: See TracChangeset for help on using the changeset viewer.