mirror of
https://github.com/apache/cloudstack
synced 2026-09-02 17:40:22 +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;
|