X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/22e56a9f3638962df770948782929d569c69dcbf..f07314ccfe943da0997d30abc84ba3b46a2a6f83:/db/structure.sql diff --git a/db/structure.sql b/db/structure.sql index 5c33e4838..b5c4ec01d 100644 --- a/db/structure.sql +++ b/db/structure.sql @@ -1075,7 +1075,7 @@ ALTER SEQUENCE public.notes_id_seq OWNED BY public.notes.id; -- CREATE TABLE public.oauth_nonces ( - id integer NOT NULL, + id bigint NOT NULL, nonce character varying, "timestamp" integer, created_at timestamp without time zone, @@ -3147,6 +3147,7 @@ INSERT INTO "schema_migrations" (version) VALUES ('20191120140058'), ('20201006213836'), ('20201006220807'), +('20201214144017'), ('21'), ('22'), ('23'),