mirror of
https://github.com/apache/cloudstack
synced 2026-08-16 17:25:34 +00:00
4 lines
201 B
SQL
4 lines
201 B
SQL
alter table cloud_usage add column `network_id` bigint unsigned;
|
|
alter table usage_network add column `network_id` bigint unsigned;
|
|
alter table user_statistics add column `network_id` bigint unsigned;
|