X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/4abd9cfcf19701bf43322374c5df6dd586449e54..4a24ba5f735f884f3ef3c0a514b7b6395809257c:/script/normalise-structure?ds=sidebyside diff --git a/script/normalise-structure b/script/normalise-structure index 9cf0b6cae..24b8f64e8 100644 --- a/script/normalise-structure +++ b/script/normalise-structure @@ -2,9 +2,12 @@ /^--/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 /^ AS integer$/d s/ IMMUTABLE / / + +s/ timestamp(6) / timestamp /