Created
November 21, 2019 16:42
-
-
Save judavi/04460df8fcd77712ce96bc9fb8cf236f to your computer and use it in GitHub Desktop.
Drop all tables/info from Grafeas Oracle
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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