From 58be6a44b6c674229416faa196cdba5c9796f183 Mon Sep 17 00:00:00 2001 From: Adhityaa Chandrasekar Date: Tue, 24 Jul 2018 15:37:03 +0530 Subject: [PATCH] db: remove the config table --- db/20180724125115-remove-config.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 db/20180724125115-remove-config.sql diff --git a/db/20180724125115-remove-config.sql b/db/20180724125115-remove-config.sql new file mode 100644 index 0000000..2e6f861 --- /dev/null +++ b/db/20180724125115-remove-config.sql @@ -0,0 +1 @@ +DROP TABLE config;