Changeset 20967
- Timestamp:
- Dec 12, 2008, 12:20:43 PM (17 years ago)
- File:
-
- 1 edited
-
branches/bills_081204/dbconfig/changes.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/bills_081204/dbconfig/changes.txt
r20964 r20967 1309 1309 ALTER TABLE magicDSRun ADD COLUMN cam_id BIGINT AFTER stage_id; 1310 1310 1311 -- Version: 1.1.47 is this correct? 1312 1311 -- Version: 1.1.47 1312 1313 -- WARNING WARNING WARNING 1314 -- Updating a database which has populated diffRun's requires editing 1315 -- the contents of the tables in a way that cannot be expresed here. 1316 -- The script tools/collapsdiffinputs.pl does the appropriate edits 1317 -- and should be run at the spot indicated below 1313 1318 1314 1319 -- fix order of workdir to match pxadmin_create_tables.sql 1315 1320 ALTER TABLE diffRun CHANGE COLUMN workdir workdir VARCHAR(255) AFTER state; 1316 1321 1322 -- add exposure id to diffRun 1317 1323 ALTER TABLE diffRun ADD COLUMN exp_id BIGINT; 1318 1324 ALTER TABLE diffRun ADD FOREIGN KEY (exp_id) REFERENCES rawExp(exp_id); … … 1328 1334 ALTER TABLE diffInputSkyfile CHANGE COLUMN skycell_id skycell_id VARCHAR(64) AFTER diff_id; 1329 1335 1330 -- run script collapse_diffinputs.pl 1336 -- WARNING WARNING 1337 -- If you have existing diff runs they must be converted 1338 1339 -- run the script collapse_diffinputs.pl here. 1340 -- collapse_diffinputs.pl dbname dbuser dbpass dbhost 1341 1331 1342 DELETE FROM diffInputSkyfile where template = 1; 1332 1343
Note:
See TracChangeset
for help on using the changeset viewer.
