...
Try and delete the domain by executing the following query:
| Code Block | ||||
|---|---|---|---|---|
| ||||
delete from domain where name = 'spt.deepnetid.com' |
...
So we can use the following delete query. (Remember domain_id = 5)
| Code Block | ||||
|---|---|---|---|---|
| ||||
delete from role_domain where domain_id = 5 |
...