mirror of
https://github.com/internetee/registry.git
synced 2025-06-04 11:47:30 +02:00
Merge branch 'master' into 1928-move-whois-db-change-management-from-rest-whois-project-to-registry
This commit is contained in:
commit
beeb67ad23
69 changed files with 844 additions and 493 deletions
|
@ -541,6 +541,7 @@ ALTER SEQUENCE public.certificates_id_seq OWNED BY public.certificates.id;
|
|||
--
|
||||
|
||||
CREATE TABLE public.contact_requests (
|
||||
|
||||
id integer NOT NULL,
|
||||
whois_record_id integer NOT NULL,
|
||||
secret character varying NOT NULL,
|
||||
|
@ -552,6 +553,7 @@ CREATE TABLE public.contact_requests (
|
|||
created_at timestamp without time zone NOT NULL,
|
||||
updated_at timestamp without time zone NOT NULL,
|
||||
message_id character varying
|
||||
|
||||
);
|
||||
|
||||
|
||||
|
@ -573,7 +575,6 @@ CREATE SEQUENCE public.contact_requests_id_seq
|
|||
|
||||
ALTER SEQUENCE public.contact_requests_id_seq OWNED BY public.contact_requests.id;
|
||||
|
||||
|
||||
--
|
||||
-- Name: contacts; Type: TABLE; Schema: public; Owner: -
|
||||
--
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue