X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/7d535252199b4a106272e4a77bd050132fca893e..172a71e3f242f74a6eb1f7bb45fb4d5f3ddff5e7:/db/structure.sql diff --git a/db/structure.sql b/db/structure.sql index 7c182189c..63aa17353 100644 --- a/db/structure.sql +++ b/db/structure.sql @@ -16,13 +16,6 @@ SET row_security = off; CREATE EXTENSION IF NOT EXISTS btree_gist WITH SCHEMA public; --- --- Name: EXTENSION btree_gist; Type: COMMENT; Schema: -; Owner: - --- - -COMMENT ON EXTENSION btree_gist IS 'support for indexing common datatypes in GiST'; - - -- -- Name: format_enum; Type: TYPE; Schema: public; Owner: - -- @@ -228,7 +221,7 @@ CREATE TABLE public.active_storage_blobs ( content_type character varying, metadata text, byte_size bigint NOT NULL, - checksum character varying NOT NULL, + checksum character varying, created_at timestamp without time zone NOT NULL, service_name character varying NOT NULL ); @@ -3432,6 +3425,7 @@ INSERT INTO "schema_migrations" (version) VALUES ('20210510083027'), ('20210510083028'), ('20210511104518'), +('20211216185316'), ('20220201183346'), ('21'), ('22'),