Files
Jeremy Evans 087ec3d5bf Add migration for ipv4_address table
This table will contain all ipv4 addresses that can be assigned in
a specific range.  It will eventually allow for public IPv4 address
selection for a VM in a single query.

This takes the unusual approach of having the foreign key to the
address table reference address.cidr instead of address.id. The
reason for doing that is to allow for a constraint ensuring the
ip address is inside the cidr. That's significantly more challenging
to implement correctly if the foreign key constraint references
address.id.
2025-06-21 03:11:54 +09:00
..
2023-07-21 13:43:08 +02:00
2023-09-26 09:58:47 +02:00
2023-10-17 17:49:24 +02:00
2024-10-01 15:36:57 +02:00
2025-01-19 08:53:54 -08:00
2025-05-13 06:38:49 +09:00