Skip to content

Commit 50de309

Browse files
committed
Missing new line and revert schema changes
1 parent f5627d9 commit 50de309

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

core/src/main/java/com/cloud/agent/api/storage/CheckStorageAvailabilityCommand.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ public Map<String, Storage.StoragePoolType> getPoolsMap() {
4040
public boolean executeInSequence() {
4141
return false;
4242
}
43-
}
43+
}

engine/schema/src/main/resources/META-INF/db/schema-41120to41200.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ INSERT INTO `cloud`.`role_permissions` (`uuid`, `role_id`, `rule`, `permission`,
3737
UPDATE `cloud`.`async_job` SET `removed` = now() WHERE `removed` IS NULL;
3838

3939
-- PR#1448 update description of 'execute.in.sequence.network.element.commands' parameter to reflect an unused command that has been removed. The removed class command is 'UserDataCommand'.
40-
update `cloud`.`configuration` set description = 'If set to true, DhcpEntryCommand, SavePasswordCommand, VmDataCommand will be synchronized on the agent side. If set to false, these commands become asynchronous. Default value is false.' where name = 'execute.in.sequence.network.element.commands';
40+
update `cloud`.`configuration` set description = 'If set to true, DhcpEntryCommand, SavePasswordCommand, VmDataCommand will be synchronized on the agent side. If set to false, these commands become asynchronous. Default value is false.' where name = 'execute.in.sequence.network.element.commands';

0 commit comments

Comments
 (0)