Additions for ** Inspect postgres container
This commit is contained in:
committed by
=Michael Hohn
parent
224f35bef2
commit
28d481f690
@@ -756,6 +756,12 @@
|
||||
# # may fail if there isn't one
|
||||
# SELECT nextval('session_id_seq');
|
||||
|
||||
# cleanup if needed
|
||||
DROP TABLE IF EXISTS analyze_jobs CASCADE;
|
||||
DROP TABLE IF EXISTS analyze_results CASCADE;
|
||||
DROP TABLE IF EXISTS job_info CASCADE;
|
||||
DROP TABLE IF EXISTS job_repo_map CASCADE;
|
||||
DROP TABLE IF EXISTS job_status CASCADE;
|
||||
|
||||
}
|
||||
# inspect from shell
|
||||
|
||||
Reference in New Issue
Block a user