Updated server bandwidth column to float type
Updated server bandwidth column to float type
This commit is contained in:
parent
c74609c406
commit
910ff94b14
|
@ -26,3 +26,6 @@ UPDATE servers t1
|
||||||
) t2
|
) t2
|
||||||
ON t1.id = t2.server_id
|
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