mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-03 04:12:31 +01: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;
|