mirror of
https://github.com/internetee/registry.git
synced 2025-07-22 18:56:05 +02:00
Remove unused columns from log_domains
database table
This commit is contained in:
parent
6fa1ce9128
commit
008bf8102d
4 changed files with 12 additions and 8 deletions
|
@ -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');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue