From e3a6da830c5dba3f158ad7bee646afddc6b6dadd Mon Sep 17 00:00:00 2001 From: Mateusz Prais Date: Wed, 6 Dec 2023 12:14:43 +0100 Subject: [PATCH] Add 2.0 -> 2.1 sql file to fix update path --- src/monitor/pgautofailover--2.0--2.1.sql | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/monitor/pgautofailover--2.0--2.1.sql diff --git a/src/monitor/pgautofailover--2.0--2.1.sql b/src/monitor/pgautofailover--2.0--2.1.sql new file mode 100644 index 000000000..3c25d94be --- /dev/null +++ b/src/monitor/pgautofailover--2.0--2.1.sql @@ -0,0 +1,7 @@ +-- +-- extension update file from 2.0 to 2.1 +-- +-- complain if script is sourced in psql, rather than via CREATE EXTENSION +\echo Use "CREATE EXTENSION pgautofailover" to load this file. \quit + +-- no changes, just the version number