Files
api/lnvps_db/migrations/20250327124211_ip_allocation_mode.sql
2025-03-28 10:46:16 +00:00

3 lines
136 B
SQL

alter table ip_range
add column allocation_mode smallint unsigned not null default 0,
add column use_full_range bit(1) not null;