Updated server bandwidth column to float type
Updated server bandwidth column to float type
This commit is contained in:
parent
c74609c406
commit
910ff94b14
|
@ -25,4 +25,7 @@ UPDATE servers t1
|
|||
HAVING COUNT(*) > 0
|
||||
) t2
|
||||
ON t1.id = t2.server_id
|
||||
SET t1.has_st = 1;
|
||||
SET t1.has_st = 1;
|
||||
|
||||
ALTER TABLE `servers`
|
||||
CHANGE COLUMN `bandwidth` `bandwidth` FLOAT NULL DEFAULT NULL AFTER `disk_type`;
|
Loading…
Reference in New Issue
Block a user