Restructure white ip interfaces #2713

This commit is contained in:
Martin Lensment 2015-09-15 14:00:19 +03:00
parent cc32312328
commit c6073c7e87
9 changed files with 32 additions and 23 deletions

View file

@ -2717,7 +2717,7 @@ CREATE TABLE white_ips (
registrar_id integer,
ipv4 character varying,
ipv6 character varying,
interface character varying,
interfaces character varying[],
created_at timestamp without time zone,
updated_at timestamp without time zone,
creator_str character varying,
@ -4934,3 +4934,5 @@ INSERT INTO schema_migrations (version) VALUES ('20150827151906');
INSERT INTO schema_migrations (version) VALUES ('20150910113839');
INSERT INTO schema_migrations (version) VALUES ('20150915094707');