]> git.openstreetmap.org Git - rails.git/commitdiff
Teach database structure normalise to ignore btree_gist comment
authorTom Hughes <tom@compton.nu>
Mon, 9 May 2022 17:39:14 +0000 (18:39 +0100)
committerTom Hughes <tom@compton.nu>
Mon, 9 May 2022 17:39:14 +0000 (18:39 +0100)
script/normalise-structure

index 9cf0b6cae906d400457f289894fb93cdc96883f1..57279346c7d86a3f2955c417c99a419ed9b837d6 100644 (file)
@@ -2,6 +2,7 @@
 /^--/d
 /^CREATE EXTENSION IF NOT EXISTS plpgsql /d
 /^COMMENT ON EXTENSION plpgsql /d
+/^COMMENT ON EXTENSION btree_gist /d
 /^SET default_with_oids /d
 /^SET default_table_access_method /d
 /^SET idle_in_transaction_session_timeout /d