Index: trunk/dbconfig/calibration.md
===================================================================
--- trunk/dbconfig/calibration.md	(revision 15316)
+++ trunk/dbconfig/calibration.md	(revision 15568)
@@ -1,15 +1,15 @@
 
 # table of the DVO databases which get calibrated
-calDatabase
-    dvo_id      S64         0       # Primary Key AUTO_INCREMENT
+calDB METADATA
+    cal_id      S64         0       # Primary Key AUTO_INCREMENT
     catdir      STR         64
     state       STR         64
 END
 
-calRuns
-    dvo_id      S64         0       # Primary Key AUTO_INCREMENT
+calRun METADATA
+    cal_id      S64         0       # Primary Key AUTO_INCREMENT
     region      STR         64      # success or failure
-    last_step   STR         64      # 
-    status      STR         64      # 
+    last_step   STR         64      # fkey(cal_id) ref calDB(cal_id)
+    state       STR         64      # 
 END
 
