removes persistence.jdo role for bob; not much point in it for JPA branch
diff --git a/src/main/java/domainapp/security/scripts/UserToRole__bob_UserRw.java b/src/main/java/domainapp/security/scripts/UserToRole__bob_UserRw.java
index 1d2dd28..d6ac1fc 100644
--- a/src/main/java/domainapp/security/scripts/UserToRole__bob_UserRw.java
+++ b/src/main/java/domainapp/security/scripts/UserToRole__bob_UserRw.java
@@ -21,7 +21,6 @@
                         , RoleAndPerms__Applib__Allow.ROLE_NAME
                         , RoleAndPerms__ExtFixtures__Allow.ROLE_NAME
                         , RoleAndPerms__ExtH2Console__Allow.ROLE_NAME
-                        , RoleAndPerms__PersistenceJdo_Allow.ROLE_NAME
                         , RoleAndPerms__MetaModel_Allow.ROLE_NAME
                 ));
     }