Merge pull request #1169 from internetee/remove-unused-columns-from-log-domains

Remove unused columns from `log_domains` database table
This commit is contained in:
Timo Võhmar 2019-04-24 16:25:15 +03:00 committed by GitHub
commit 59d6e3e125
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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
@ -4942,3 +4939,5 @@ INSERT INTO schema_migrations (version) VALUES ('20190322152123');
INSERT INTO schema_migrations (version) VALUES ('20190322152529');
INSERT INTO schema_migrations (version) VALUES ('20190415120246');