From e648d91c281a38405c5c9f2f7cc4010d860ad32e Mon Sep 17 00:00:00 2001 From: "i.navrotskyj" Date: Thu, 21 Nov 2024 13:36:41 +0200 Subject: [PATCH] v24.10; sql --- store/sqlstore/migration/24.10/24.08-24.10.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/store/sqlstore/migration/24.10/24.08-24.10.sql b/store/sqlstore/migration/24.10/24.08-24.10.sql index 2ce4ff0..f818ef7 100644 --- a/store/sqlstore/migration/24.10/24.08-24.10.sql +++ b/store/sqlstore/migration/24.10/24.08-24.10.sql @@ -96,7 +96,7 @@ FROM ((storage.file_policies p -drop view storage.files_list; +drop view if exists storage.files_list; -- -- Name: files_list; Type: VIEW; Schema: storage; Owner: - --