X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/4c77f9d780daffee66608f2f8839730a224e9280..c44e936bfb976b0d7b2cbf4565e34c4b966f0b48:/script/normalise-structure diff --git a/script/normalise-structure b/script/normalise-structure index eda5a3c1f..18ba81431 100644 --- a/script/normalise-structure +++ b/script/normalise-structure @@ -1,12 +1,5 @@ /^$/d /^--/d -/^CREATE EXTENSION IF NOT EXISTS plpgsql /d -/^COMMENT ON EXTENSION plpgsql /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 /