From a0e697bc4b5fdd9e63117823373f5a7f2cb4ce10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vin=C3=ADcius=20Miguel?= <36349314+vrmiguel@users.noreply.github.com> Date: Tue, 6 Aug 2024 19:45:47 -0300 Subject: [PATCH] Trunk.toml: state required `shared_preload_library` (#57) --- Trunk.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Trunk.toml b/Trunk.toml index 0d7e39a..99d5a64 100644 --- a/Trunk.toml +++ b/Trunk.toml @@ -7,6 +7,7 @@ homepage = "https://github.com/tembo-io/pg_later" documentation = "https://github.com/tembo-io/pg_later" categories = ["orchestration"] version = "0.1.1" +loadable_libraries = [{ library_name = "pg_later", requires_restart = true }] [build] postgres_version = "15"