Index: trunk/dbconfig/tasks.md
===================================================================
--- trunk/dbconfig/tasks.md	(revision 9172)
+++ trunk/dbconfig/tasks.md	(revision 9181)
@@ -1,3 +1,3 @@
-# $Id: tasks.md,v 1.80 2006-10-04 02:58:14 jhoblitt Exp $
+# $Id: tasks.md,v 1.81 2006-10-04 03:55:31 jhoblitt Exp $
 
 # this table records all exposure ID ever seen from the summit
@@ -10,6 +10,6 @@
 summitExp METADATA
     exp_id      STR         64      # Primary Key
-    camera      STR         255     # Primary Key
-    telescope   STR         255     # Primary Key
+    camera      STR         64      # Primary Key
+    telescope   STR         64      # Primary Key
     # time
     exp_type    STR         64
@@ -19,6 +19,6 @@
 pzPendingExp METADATA
     exp_id      STR         64      # Primary Key
-    camera      STR         255     # Primary Key
-    telescope   STR         255     # Primary Key
+    camera      STR         64      # Primary Key
+    telescope   STR         64      # Primary Key
     # time
     exp_type    STR         64
@@ -31,6 +31,6 @@
 pzPendingImfile METADATA
     exp_id      STR         64      # Primary Key
-    camera      STR         255     # Primary Key
-    telescope   STR         255     # Primary Key
+    camera      STR         64      # Primary Key
+    telescope   STR         64      # Primary Key
     bytes       S32         0
     md5sum      STR         32
@@ -43,6 +43,6 @@
     exp_tag     STR         64      # Primary Key
     exp_id      STR         64      # Key
-    camera      STR         255
-    telescope   STR         255
+    camera      STR         64
+    telescope   STR         64
     # time
     exp_type    STR         64
@@ -62,6 +62,6 @@
 rawDetrendExp METADATA
     exp_tag     STR         64      # Primary Key
-    camera      STR         255
-    telescope   STR         255
+    camera      STR         64
+    telescope   STR         64
     exp_type    STR         64
     imfiles     S32         0
@@ -83,6 +83,6 @@
 rawScienceExp METADATA
     exp_tag     STR         64      # Primary Key
-    camera      STR         255
-    telescope   STR         255
+    camera      STR         64
+    telescope   STR         64
     exp_type    STR         64
     imfiles     S32         0
