mirror of
https://github.com/internetee/registry.git
synced 2025-07-24 19:48:28 +02:00
Merge branch 'master' into 952-revoking-cert-does-not-stop-user-from-logging-in
This commit is contained in:
commit
04b10ab0be
8 changed files with 51 additions and 9 deletions
|
@ -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');
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue