]> git.openstreetmap.org Git - rails.git/blobdiff - script/normalise-structure
Remove the timestamp normalisation
[rails.git] / script / normalise-structure
index 24b8f64e8f309c5a9b5496e3303fac066231a4f9..9cf0b6cae906d400457f289894fb93cdc96883f1 100644 (file)
@@ -2,12 +2,9 @@
 /^--/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 /