db: add schema upgrade from 4.15.0.0 to 4.15.1.0 (#4574)

This commit is contained in:
Michael 2021-03-11 08:54:29 +01:00 committed by GitHub
parent a691e87f0c
commit 1cfb44994f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,3 +19,7 @@
-- Schema upgrade from 4.15.0.0 to 4.15.1.0 -- Schema upgrade from 4.15.0.0 to 4.15.1.0
--; --;
-- Correct guest OS names
UPDATE `cloud`.`guest_os` SET display_name='Fedora Linux (32 bit)' WHERE id=320;
UPDATE `cloud`.`guest_os` SET display_name='Mandriva Linux (32 bit)' WHERE id=323;
UPDATE `cloud`.`guest_os` SET display_name='OpenSUSE Linux (32 bit)' WHERE id=327;