Index: /trunk/dbconfig/changes.txt
===================================================================
--- /trunk/dbconfig/changes.txt	(revision 16315)
+++ /trunk/dbconfig/changes.txt	(revision 16316)
@@ -52,2 +52,13 @@
 alter table camRun add column tess_id varchar(64);
 alter table warpRun add column tess_id varchar(64);
+
+alter table camRun add column end_stage varchar(64);
+alter table chipRun add column end_stage varchar(64);
+alter table warpRun add column end_stage varchar(64);
+alter table newExp add column end_stage varchar(64);
+alter table rawExp add column end_stage varchar(64);
+alter table camRun add key (end_stage);
+alter table chipRun add key (end_stage);
+alter table warpRun add key (end_stage);
+alter table newExp add key (end_stage);
+alter table rawExp add key (end_stage);
