I was trying to figure out entity creation and I created some unwanted
constraints for this entity PartyFacility. Then I added some rows,
then I deleted some constraints, and restarted ofbiz. But I think
some of the old rows which were created under the other constraints
are causing trouble. I have a really simple entity now, when I name
it to PartyFacility1 I can do inserts, but if I rename it and restart
ofBiz I can't do inserts even though its the exact same entity and it
is as simple as possible, 1 primary key, two other fields that are not
foreign keys. So is there a way to clean the DB or something like
that ? Thanks
Patrick