From 49068fb141eed8d7f9dbd747688c49ff0c288340 Mon Sep 17 00:00:00 2001 From: Yugo Nagata Date: Tue, 10 Dec 2024 03:29:43 +0900 Subject: [PATCH] Add a missing file in the previous commit I bumped the version number tentatively in 80a7648ad but the update script is forgotten and this caused an install error. --- pg_ivm--1.9--1.10.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 pg_ivm--1.9--1.10.sql diff --git a/pg_ivm--1.9--1.10.sql b/pg_ivm--1.9--1.10.sql new file mode 100644 index 0000000..9f8f7d5 --- /dev/null +++ b/pg_ivm--1.9--1.10.sql @@ -0,0 +1 @@ +ALTER EXTENSION pg_ivm SET SCHEMA pg_ivm;