mirror of
https://github.com/apache/cloudstack
synced 2026-08-29 00:38:51 +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;
|