Index: trunk/dbconfig/flatcorr.md
===================================================================
--- trunk/dbconfig/flatcorr.md	(revision 15568)
+++ trunk/dbconfig/flatcorr.md	(revision 15575)
@@ -1,5 +1,5 @@
 
 # table of flat-field correction runs
-flatcorrRun
+flatcorrRun METADATA
     corr_id     S64         0       # Primary Key AUTO_INCREMENT	
     dvodb       STR         64
@@ -10,8 +10,8 @@
 
 # table of Exposure-level data used for each flat-field corrction run
-flatcorrExp
-    corr_id     S64         0
-    chip_id     S64         64
-    state       STR         64
+flatcorrExp METADATA
+    corr_id     S64         0       # Primary Key
+    chip_id     S64         64      # Primary Key
+    state       STR         64      # fkey(corr_id) ref flatcorrRun(corr_id)
 END
 
Index: trunk/dbconfig/ipp.m4
===================================================================
--- trunk/dbconfig/ipp.m4	(revision 15568)
+++ trunk/dbconfig/ipp.m4	(revision 15575)
@@ -8,4 +8,5 @@
 dnl include(dome.md)
 dnl include(telescope.md)
+dnl include(skycell.md)
 include(tasks.md)
 include(guide.md)
@@ -18,3 +19,3 @@
 include(magic.md)
 include(calibration.md)
-dnl include(skycell.md)
+include(flatcorr.md)
