Skip to content

Commit 0ddd9c1

Browse files
Update engine/schema/src/main/resources/META-INF/db/schema-42100to42200.sql
1 parent 1a5e86f commit 0ddd9c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

engine/schema/src/main/resources/META-INF/db/schema-42100to42200.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,5 @@ CALL `cloud`.`IDEMPOTENT_ADD_COLUMN`('cloud.backup_repository', 'cross_zone_inst
3939
UPDATE `cloud`.`storage_pool_details` SET display = 0 WHERE name LIKE '%password%';
4040
UPDATE `cloud`.`storage_pool_details` SET display = 0 WHERE name LIKE '%token%';
4141

42-
CALL `cloud`.`INSERT_EXTENSION_IF_NOT_EXISTS`('MaaS', 'Sample extension for Baremetal MaaS written in python', 'MaaS/maas.py');
42+
CALL `cloud`.`INSERT_EXTENSION_IF_NOT_EXISTS`('MaaS', 'Baremetal Extension for Canonical MaaS written in Python', 'MaaS/maas.py');
4343
CALL `cloud`.`INSERT_EXTENSION_DETAIL_IF_NOT_EXISTS`('MaaS', 'orchestratorrequirespreparevm', 'true', 0);

0 commit comments

Comments
 (0)