Index: branches/simmosaic_branches/dbconfig/magic.md
===================================================================
--- branches/simmosaic_branches/dbconfig/magic.md	(revision 24860)
+++ branches/simmosaic_branches/dbconfig/magic.md	(revision 27839)
@@ -11,7 +11,9 @@
     workdir_state STR       255     # Key
     label       STR         64      # key
+    data_group  STR         64
     dvodb       STR         255
     registered  TAI         NULL
     fault       S16         0       # Key
+    note        STR         255
 END
 
@@ -47,4 +49,5 @@
     magic_ds_id S64         0       # Primary Key
     magic_id    S64         0       # Primary Key fkey(magic_id) ref magicRun(magic_id)
+    inv_magic_id S64        0      # Primary Key fkey(inverse_magic_id) ref magicRun(magic_id)
     state       STR         0       # Key
     stage       STR         64
@@ -52,8 +55,11 @@
     cam_id      S64         0
     label       STR         64      # key
+    data_group  STR         64      # key
     outroot     STR         255
     recoveryroot    STR     255
     re_place    BOOL        f
     remove      BOOL        f
+    fault       S16         0       # Key
+    note        STR         255
 END
 
@@ -63,4 +69,7 @@
     backup_path_base  STR         255
     recovery_path_base STR        255
+    streak_frac F32         0
+    nondiff_frac F32         0
+    run_time    F32         0
     fault       S16         0
     data_state  STR        64     # Key
