From 97d3d556e6ce2e929face361ab2b1c5ba579efea Mon Sep 17 00:00:00 2001 From: Adhityaa Chandrasekar Date: Wed, 8 Aug 2018 11:37:42 +0530 Subject: [PATCH] remove-config.sql: drop table only if it exists --- db/20180724125115-remove-config.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db/20180724125115-remove-config.sql b/db/20180724125115-remove-config.sql index 2e6f861..2efbbee 100644 --- a/db/20180724125115-remove-config.sql +++ b/db/20180724125115-remove-config.sql @@ -1 +1 @@ -DROP TABLE config; +DROP TABLE IF EXISTS config;