]> git.openstreetmap.org Git - rails.git/blobdiff - db/structure.sql
Convert id column for oauth_nonces to bigint
[rails.git] / db / structure.sql
index 5c33e48381d3f3ba95ca6a92dcbab8336820068c..b5c4ec01d120d6e23d9708346ebe8c3fca39839e 100644 (file)
@@ -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'),