avoid running validate on DeletePerson
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Wed, 15 Sep 2010 12:16:41 +0000 (14:16 +0200)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Wed, 15 Sep 2010 12:16:41 +0000 (14:16 +0200)
commitdbb01d93a67bf3a8cb470e9ccb95f3f139651478
treec9c22777bb53bb4bac225323fb432b8515997b16
parentd605bcab2509fc2f9c6c5f1fae740d0e8c061a62
avoid running validate on DeletePerson
this is for when the db accidentally has duplicates, as we found after
a big RefreshPeer hiccup
cleaning up manually through SQL in similar cases is discouraged
PLC/Persons.py
PLC/Table.py