aboutsummaryrefslogtreecommitdiffstats
path: root/sql/migrations/2019-12-19-060141_init/down.sql
blob: a0854809a5b1d116706da9c21f5393c02849b36d (plain)
1
2
3
4
5
6
7
8

DROP TABLE IF NOT EXISTS cdx;
DROP TABLE IF NOT EXISTS file_meta;
DROP TABLE IF NOT EXISTS fatcat_file;
DROP TABLE IF NOT EXISTS petabox;
DROP TABLE IF NOT EXISTS grobid;
DROP TABLE IF NOT EXISTS ingest_request;
DROP TABLE IF NOT EXISTS shadow;