Index: trunk/dbconfig/changes.txt
===================================================================
--- trunk/dbconfig/changes.txt	(revision 20793)
+++ trunk/dbconfig/changes.txt	(revision 20841)
@@ -713,2 +713,6 @@
 ) ENGINE=innodb DEFAULT CHARSET=latin1;
 
+-- add to the run table to make the queries far less expensive
+alter table magicDSRun add column stage_id BIGINT after stage
+alter table magicDSRun add column cam_id BIGINT after stage_id;
+
