Index: branches/czw_branch/20120906/dbconfig/changes.txt
===================================================================
--- branches/czw_branch/20120906/dbconfig/changes.txt	(revision 34410)
+++ branches/czw_branch/20120906/dbconfig/changes.txt	(revision 34772)
@@ -2255,2 +2255,9 @@
 --update addRun set stage_extra1 = -1 where stage = 'cam' <= 483624; 
 
+ALTER TABLE warpSkyfile add column background_model SMALLINT after maskfrac_advisory;
+ALTER TABLE stackSumSkyfile add column background_model SMALLINT after software_ver;
+
+ALTER TABLE skycalResult ADD column n_detections INT after n_astrom;
+ALTER TABLE skycalResult ADD column n_extended INT after n_detections;
+
+UPDATE dbversion set schema_version = '1.1.72', updated= CURRENT_TIMESTAMP();
