Index: /trunk/MagicSoft/Mars/Changelog
===================================================================
--- /trunk/MagicSoft/Mars/Changelog	(revision 6936)
+++ /trunk/MagicSoft/Mars/Changelog	(revision 6937)
@@ -28,5 +28,8 @@
    
    * datacenter/scripts/copyscript
-     - fixed bug
+     - fixed bug / changed path
+   
+   * datacenter/macros/setupdb.C
+     - added table
 
 
Index: /trunk/MagicSoft/Mars/datacenter/macros/setupdb.C
===================================================================
--- /trunk/MagicSoft/Mars/datacenter/macros/setupdb.C	(revision 6936)
+++ /trunk/MagicSoft/Mars/datacenter/macros/setupdb.C	(revision 6937)
@@ -552,4 +552,11 @@
          ")";
 
+    list.Add(new TObjString(
+        "CREATE TABLE MyMagic.MarsVersion ("
+        "  fMarsVersion        SMALLINT UNSIGNED AUTO_INCREMENT PRIMARY KEY,"
+        "  fStartDate          DATETIME                NULL ,"
+        "  fMarsVersionName    VARCHAR(12)         NOT NULL UNIQUE"
+        ") MAX_ROWS=256"));
+
     TSQLResult *res;
 
