mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 20:02:29 +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;
|