e907713dd4d0dad8934b23ec55c2d937b9085482 kent Mon Sep 2 08:44:52 2019 -0700 Starting to work. Creates normal, conditional and foreign key inserts. Still to do - the multi to multi diff --git src/hg/sqlUpdateRelated/makefile src/hg/sqlUpdateRelated/makefile new file mode 100644 index 0000000..b09505b --- /dev/null +++ src/hg/sqlUpdateRelated/makefile @@ -0,0 +1,3 @@ +kentSrc = ../.. +A = sqlUpdateRelated +include $(kentSrc)/inc/userApp.mk