Changeset 31434 for branches/czw_branch/20110406/dbconfig/changes.txt
- Timestamp:
- May 4, 2011, 3:20:38 PM (15 years ago)
- Location:
- branches/czw_branch/20110406
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
dbconfig/changes.txt (modified) (2 diffs, 1 prop)
Legend:
- Unmodified
- Added
- Removed
-
branches/czw_branch/20110406
- Property svn:mergeinfo changed
-
branches/czw_branch/20110406/dbconfig/changes.txt
- Property svn:mergeinfo set to
r31407 r31434 2057 2057 2058 2058 UPDATE dbversion set schema_version = '1.1.69', updated= CURRENT_TIMESTAMP(); 2059 ALTER TABLE addRun ADD COLUMN stage VARCHAR(64) AFTER add_id; 2060 ALTER TABLE addRun ADD COLUMN stage_id bigint(20) after stage; 2061 UPDATE addRun set stage_id = cam_id; 2062 2063 -- these next steps I don't know if it's generic or not. This is how to drop 2064 the cam_id table in addRun for gpc1 2065 2066 show create table addRun; 2067 alter table `addRun` drop foreign key `addRun_ibfk_1`, drop column cam_id; 2068 2069 -- this sets the addRun stage for all the old addRuns to 'cam' 2070 2071 2072 --do this update only once, so I'm commenting it out (it's been done) 2073 -- update addRun set stage = 'cam'; 2074 2059 2075 2060 2076 -- Version 1.1.70 … … 2115 2131 2116 2132 UPDATE dbversion set schema_version = '1.1.70', updated= CURRENT_TIMESTAMP(); 2133
Note:
See TracChangeset
for help on using the changeset viewer.
