Remove unused columns from log_domains database table

This commit is contained in:
Artur Beljajev 2019-04-15 15:12:52 +03:00
parent 6fa1ce9128
commit 008bf8102d
4 changed files with 12 additions and 8 deletions

View file

@ -1539,9 +1539,6 @@ CREATE TABLE public.log_domains (
object jsonb,
object_changes json,
created_at timestamp without time zone,
nameserver_ids text[] DEFAULT '{}'::text[],
tech_contact_ids text[] DEFAULT '{}'::text[],
admin_contact_ids text[] DEFAULT '{}'::text[],
session character varying,
children json,
uuid character varying
@ -4940,3 +4937,5 @@ INSERT INTO schema_migrations (version) VALUES ('20190322152123');
INSERT INTO schema_migrations (version) VALUES ('20190322152529');
INSERT INTO schema_migrations (version) VALUES ('20190415120246');