Files
airflow-greenplum/bookings/patches/install_drop_if_exists.patch
2026-01-08 22:52:56 +03:00

6 lines
119 B
Diff

--- a/install.sql
+++ b/install.sql
@@ -13,1 +13,1 @@
-DROP DATABASE demo;
+DROP DATABASE IF EXISTS demo WITH (FORCE);