From 29230a77ec1ceea1af54ac149a7fcece144c3c38 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Fri, 15 Nov 2024 14:26:35 +0100 Subject: [PATCH] Fix test as the extension was installed by a previous one --- test/drop_start.sql | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/drop_start.sql b/test/drop_start.sql index d2b0bc4..0336b23 100644 --- a/test/drop_start.sql +++ b/test/drop_start.sql @@ -13,8 +13,7 @@ TRUNCATE ddl_history; -- 2 CREATE TABLE foobar_schedoc (id int); - -DROP EXTENSION IF EXISTS schedoc; +DROP EXTENSION IF EXISTS schedoc CASCADE; CREATE EXTENSION schedoc CASCADE; -- add test on schema to fail fast