]> git.openstreetmap.org Git - rails.git/blob - script/normalise-structure
Normalise timestamp types for database structure comparison
[rails.git] / script / normalise-structure
1 /^$/d
2 /^--/d
3 /^CREATE EXTENSION IF NOT EXISTS plpgsql /d
4 /^COMMENT ON EXTENSION plpgsql /d
5 /^COMMENT ON EXTENSION btree_gist /d
6 /^SET default_with_oids /d
7 /^SET default_table_access_method /d
8 /^SET idle_in_transaction_session_timeout /d
9 /^    AS integer$/d
10
11 s/ IMMUTABLE / /
12
13 s/ timestamp(6) / timestamp /