From c44e936bfb976b0d7b2cbf4565e34c4b966f0b48 Mon Sep 17 00:00:00 2001 From: Andy Allan Date: Wed, 6 Dec 2023 13:55:11 +0000 Subject: [PATCH] Remove normalisation of immutable keyword This was no longer required after removing the database functions. --- script/normalise-structure | 2 -- 1 file changed, 2 deletions(-) diff --git a/script/normalise-structure b/script/normalise-structure index 7f3c133f0..18ba81431 100644 --- a/script/normalise-structure +++ b/script/normalise-structure @@ -3,5 +3,3 @@ /^SET default_with_oids /d /^SET default_table_access_method /d /^SET idle_in_transaction_session_timeout /d - -s/ IMMUTABLE / / -- 2.39.5