Skip to content

Commit 1cfb449

Browse files
authored
db: add schema upgrade from 4.15.0.0 to 4.15.1.0 (#4574)
1 parent a691e87 commit 1cfb449

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

engine/schema/src/main/resources/META-INF/db/schema-41500to41510.sql

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,7 @@
1919
-- Schema upgrade from 4.15.0.0 to 4.15.1.0
2020
--;
2121

22+
-- Correct guest OS names
23+
UPDATE `cloud`.`guest_os` SET display_name='Fedora Linux (32 bit)' WHERE id=320;
24+
UPDATE `cloud`.`guest_os` SET display_name='Mandriva Linux (32 bit)' WHERE id=323;
25+
UPDATE `cloud`.`guest_os` SET display_name='OpenSUSE Linux (32 bit)' WHERE id=327;

0 commit comments

Comments
 (0)