Index: /trunk/MagicSoft/Mars/Changelog
===================================================================
--- /trunk/MagicSoft/Mars/Changelog	(revision 7233)
+++ /trunk/MagicSoft/Mars/Changelog	(revision 7234)
@@ -31,4 +31,9 @@
      runstar, writesequencefiles:
      - replaced making of directories by the function
+
+   * datacenter/macros/setupdb.C:
+     - added column fTest in table Source to make building datasets 
+       easier
+     - fixed small bug
 
 
Index: /trunk/MagicSoft/Mars/datacenter/macros/setupdb.C
===================================================================
--- /trunk/MagicSoft/Mars/datacenter/macros/setupdb.C	(revision 7233)
+++ /trunk/MagicSoft/Mars/datacenter/macros/setupdb.C	(revision 7234)
@@ -361,5 +361,6 @@
         "  fEpochChar         CHAR                     NULL,"// DEFAULT='J'
         "  fEpochDate         SMALLINT(4) UNSIGNED     NULL,"// DEFAULT=2000
-        "  fMagnitude         SMALLINT                 NULL" // 82=8.2
+        "  fMagnitude         SMALLINT                 NULL," // 82=8.2
+        "  fTest              ENUM(\"no\",\"yes\")     NOT NULL"  //default no
         ") MAX_ROWS=65536"));
 
@@ -420,5 +421,5 @@
          "  fExcludedFDAKEY        SMALLINT UNSIGNED AUTO_INCREMENT PRIMARY KEY,"
          "  fExcludedFDAImportance SMALLINT UNSIGNED        NULL,"
-         "  fExcludedFDAAutomatic  ENUM("yes","no")         NULL,"
+         "  fExcludedFDAAutomatic  ENUM(\"yes\",\"no\")     NULL,"
          "  fExcludedFDAName       VARCHAR(255)         NOT NULL UNIQUE,"
          "  fExcludedFDA           VARCHAR(255)             NULL"
