Merge branch 'master' into 952-revoking-cert-does-not-stop-user-from-logging-in

This commit is contained in:
Karl Erik Õunapuu 2020-05-12 12:35:32 +03:00 committed by Karl Erik Õunapuu
commit 04b10ab0be
8 changed files with 51 additions and 9 deletions

View file

@ -325,7 +325,8 @@ CREATE TABLE public.auctions (
status character varying NOT NULL,
uuid uuid DEFAULT public.gen_random_uuid() NOT NULL,
created_at timestamp without time zone NOT NULL,
registration_code character varying
registration_code character varying,
registration_deadline timestamp without time zone
);
@ -4465,6 +4466,6 @@ INSERT INTO "schema_migrations" (version) VALUES
('20200203143458'),
('20200204103125'),
('20200311114649'),
('20200417075720'),
('20200505103316');