Additions for ** Inspect postgres container

This commit is contained in:
Michael Hohn
2025-08-04 12:40:07 -07:00
committed by =Michael Hohn
parent 224f35bef2
commit 28d481f690

View File

@@ -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