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