mirror of
https://github.com/internetee/registry.git
synced 2025-06-11 23:24:48 +02:00
Add mail notification on soft force delete
This commit is contained in:
parent
9916ca52cb
commit
c252d801f9
10 changed files with 97 additions and 34 deletions
|
@ -744,7 +744,9 @@ CREATE TABLE public.domains (
|
|||
up_date timestamp without time zone,
|
||||
uuid uuid DEFAULT public.gen_random_uuid() NOT NULL,
|
||||
locked_by_registrant_at timestamp without time zone,
|
||||
force_delete_start timestamp without time zone
|
||||
force_delete_start timestamp without time zone,
|
||||
force_delete_data public.hstore
|
||||
|
||||
);
|
||||
|
||||
|
||||
|
@ -4336,6 +4338,7 @@ INSERT INTO "schema_migrations" (version) VALUES
|
|||
('20191206183853'),
|
||||
('20191212133136'),
|
||||
('20191227110904'),
|
||||
('20200113091254');
|
||||
('20200113091254'),
|
||||
('20200115102202');
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue