mirror of
https://github.com/internetee/registry.git
synced 2025-06-10 22:54:47 +02:00
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:
commit
59d6e3e125
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
|
||||
|
@ -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');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue