]> git.openstreetmap.org Git - rails.git/blobdiff - script/normalise-structure
Localisation updates from https://translatewiki.net.
[rails.git] / script / normalise-structure
index 9cf0b6cae906d400457f289894fb93cdc96883f1..24b8f64e8f309c5a9b5496e3303fac066231a4f9 100644 (file)
@@ -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 /