Index: /branches/pap/ippTools/share/pxadmin_create_tables.sql
===================================================================
--- /branches/pap/ippTools/share/pxadmin_create_tables.sql	(revision 28458)
+++ /branches/pap/ippTools/share/pxadmin_create_tables.sql	(revision 28459)
@@ -1699,5 +1699,5 @@
     KEY(label),
     KEY(data_group),
-    KEY(dist_group)
+    KEY(dist_group),
     FOREIGN KEY(chip_id) REFERENCES chipRun(chip_id)
 ) ENGINE=innodb DEFAULT CHARSET=latin1;
@@ -1746,5 +1746,5 @@
     KEY(label),
     KEY(data_group),
-    KEY(dist_group)
+    KEY(dist_group),
     FOREIGN KEY(warp_id) REFERENCES warpRun(warp_id),
     FOREIGN KEY(chip_bg_id) REFERENCES chipBackgroundRun(chip_bg_id)
