feat(server): implement useragent_delete_grant hard delete cleanup #53
Reference in New Issue
Block a user
Delete Branch "impl-useragent_delete_grant"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Add transactional grant deletion that cleans all dependent tables and integrity
envelopes.
The test that was included is passing.
Well, after some chill I though of another idea: we could just use
shared_grant_id(id ofevm_basic_grant) instead of grant specific id.In this way, we would avoid writing generic invocation of each policy type (we already have 3 other places in code with same list of generic items :( )
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.