From 9beb3caee51c6bb0403c658a71c965dde4c8e55b Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Wed, 18 Dec 2019 22:08:38 -0800 Subject: move SQL schema to diesel migration pattern --- sql/migrations/2019-12-19-060141_init/down.sql | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 sql/migrations/2019-12-19-060141_init/down.sql (limited to 'sql/migrations/2019-12-19-060141_init/down.sql') diff --git a/sql/migrations/2019-12-19-060141_init/down.sql b/sql/migrations/2019-12-19-060141_init/down.sql new file mode 100644 index 0000000..a085480 --- /dev/null +++ b/sql/migrations/2019-12-19-060141_init/down.sql @@ -0,0 +1,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; -- cgit v1.2.3