aboutsummaryrefslogtreecommitdiffstats
path: root/sql/migrations/2019-12-19-060141_init/down.sql
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@archive.org>2019-12-18 22:08:38 -0800
committerBryan Newbold <bnewbold@archive.org>2020-01-02 18:12:58 -0800
commit9beb3caee51c6bb0403c658a71c965dde4c8e55b (patch)
tree5dc690a544ad3622f214eba9d107539d07636db9 /sql/migrations/2019-12-19-060141_init/down.sql
parent3aa70adb3380e82a0a6964baa9058a41d8a2d454 (diff)
downloadsandcrawler-9beb3caee51c6bb0403c658a71c965dde4c8e55b.tar.gz
sandcrawler-9beb3caee51c6bb0403c658a71c965dde4c8e55b.zip
move SQL schema to diesel migration pattern
Diffstat (limited to 'sql/migrations/2019-12-19-060141_init/down.sql')
-rw-r--r--sql/migrations/2019-12-19-060141_init/down.sql8
1 files changed, 8 insertions, 0 deletions
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;