X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/6bb178a07992336dea0237aebcc142166bd6f1d3..25aea657e280204f1083a72279a4fb5bd5b521e6:/script/normalise-structure?ds=sidebyside diff --git a/script/normalise-structure b/script/normalise-structure index 24b8f64e8..18ba81431 100644 --- a/script/normalise-structure +++ b/script/normalise-structure @@ -1,13 +1,5 @@ /^$/d /^--/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 /