Placeholder for DATA_DISK_SIZE

This commit is contained in:
obdev
2024-02-09 06:14:06 +00:00
committed by ob-robot
parent f6c34f0538
commit 01e1ddaf84
3 changed files with 22 additions and 0 deletions

View File

@ -810,6 +810,7 @@ def_table_schema(
('max_iops', 'int'),
('min_iops', 'int'),
('iops_weight', 'int'),
('data_disk_size', 'int', 'false', '-1'),
],
)