Index: trunk/dbconfig/tasks.md
===================================================================
--- trunk/dbconfig/tasks.md	(revision 8025)
+++ trunk/dbconfig/tasks.md	(revision 8053)
@@ -1,3 +1,3 @@
-# $Id: tasks.md,v 1.45 2006-08-01 02:08:57 jhoblitt Exp $
+# $Id: tasks.md,v 1.46 2006-08-02 03:02:30 jhoblitt Exp $
 
 # this table records all exposure ID ever seen from the summit
@@ -44,7 +44,7 @@
 
 newImfile METADATA
-    exp_id      STR         64      # Key
-    class       STR         64
-    class_id    STR         64
+    exp_id      STR         64      # Primary Key
+    class       STR         64      # Primary Key
+    class_id    STR         64      # Primary Key
     uri         STR         255
 END
@@ -75,7 +75,7 @@
 
 rawImfile METADATA
-    exp_id      STR         64      # Key
-    class       STR         64 
-    class_id    STR         64 
+    exp_id      STR         64      # Primary Key
+    class       STR         64      # Primary Key
+    class_id    STR         64      # Primary Key
     uri         STR         255
     stats       STR         255
