Index: trunk/dbconfig/changes.txt
===================================================================
--- trunk/dbconfig/changes.txt	(revision 20310)
+++ trunk/dbconfig/changes.txt	(revision 20374)
@@ -679,2 +679,4 @@
 * 1.1.46
 ALTER TABLE pzDownloadImfile ADD COLUMN hostname varchar(64) after epoch;
+ALTER TABLE flatcorrRun ADD COLUMN det_type varchar(64) after corr_id;
+
Index: trunk/dbconfig/flatcorr.md
===================================================================
--- trunk/dbconfig/flatcorr.md	(revision 20310)
+++ trunk/dbconfig/flatcorr.md	(revision 20374)
@@ -3,4 +3,5 @@
 flatcorrRun METADATA
     corr_id     S64         0       # Primary Key AUTO_INCREMENT	
+    det_type    STR         64      # type of output detrend correction (eg, FLATCORR, FLATTEST)
     dvodb       STR         64
     camera      STR         64
