Fixed spelling mistake in db upgrade script

This commit is contained in:
Alena Prokharchyk 2012-04-18 14:27:45 -07:00
parent c446c46cb7
commit 92c8c80978
1 changed files with 1 additions and 1 deletions

View File

@ -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;