30clear.mql 370 B

12345678910111213141516171819202122232425
  1. delete from /univ_demo/org with version
  2. /**
  3. onerror(continue,`not exist`,`not find`,`not found`)
  4. **/
  5. ;
  6. delete from /univ_demo/person with version
  7. /**
  8. onerror(continue,`not exist`,`not find`,`not found`)
  9. **/
  10. ;
  11. drop class if exists /univ_demo/org
  12. ;
  13. drop class if exists /univ_demo/person
  14. ;
  15. drop class if exists /univ_demo
  16. ;
  17. drop edge type univ_demo.person_to_org
  18. ;