mirror of
https://github.com/internetee/registry.git
synced 2025-05-28 09:51:03 +02:00
Restructure white ip interfaces #2713
This commit is contained in:
parent
cc32312328
commit
c6073c7e87
9 changed files with 32 additions and 23 deletions
|
@ -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');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue