mirror of https://github.com/apache/cloudstack.git
Fixed spelling mistake in db upgrade script
This commit is contained in:
parent
c446c46cb7
commit
92c8c80978
|
|
@ -27,5 +27,5 @@ ALTER TABLE `cloud_usage`.`usage_ip_address` MODIFY `id` bigint(20) UNSIGNED NOT
|
|||
ALTER TABLE `cloud_usage`.`usage_ip_address` MODIFY `is_source_nat` smallint(1) NOT NULL;
|
||||
ALTER TABLE `cloud_usage`.`usage_network` MODIFY `host_id` bigint(20) UNSIGNED NOT NULL;
|
||||
ALTER TABLE `cloud_usage`.`usage_network` MODIFY `host_type` varchar(32) DEFAULT NULL;
|
||||
ALTER TABLE `cloud_usage`.`user_statictics` MODIFY `device_id` bigint(20) UNSIGNED NOT NULL;
|
||||
ALTER TABLE `cloud_usage`.`user_statistics` MODIFY `device_id` bigint(20) UNSIGNED NOT NULL;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue