Skip to content

Instantly share code, notes, and snippets.

@judavi
Created November 21, 2019 16:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save judavi/04460df8fcd77712ce96bc9fb8cf236f to your computer and use it in GitHub Desktop.
Save judavi/04460df8fcd77712ce96bc9fb8cf236f to your computer and use it in GitHub Desktop.
Drop all tables/info from Grafeas Oracle
drop table projects cascade CONSTRAINTS;
drop sequence projects_seq;
drop trigger projects_seq_tr;
drop table notes cascade CONSTRAINTS;
drop trigger notes_seq_tr;
drop table occurrences cascade CONSTRAINTS;
drop trigger occurrences_seq_tr;
drop trigger projects_seq_tr;
drop sequence projects_seq;
drop sequence notes_seq;
drop sequence OCCURRENCES_SEQ;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment