bernardodemarco commented on code in PR #9534:
URL: https://github.com/apache/cloudstack/pull/9534#discussion_r1870113426


##########
engine/schema/src/main/resources/META-INF/db/schema-41910to42000.sql:
##########
@@ -623,3 +623,9 @@ INSERT IGNORE INTO `cloud`.`guest_os_hypervisor` (uuid, 
hypervisor_type, hypervi
 
 CALL `cloud`.`IDEMPOTENT_ADD_COLUMN`('cloud.vm_instance', 'delete_protection', 
'boolean DEFAULT FALSE COMMENT "delete protection for vm" ');
 CALL `cloud`.`IDEMPOTENT_ADD_COLUMN`('cloud.volumes', 'delete_protection', 
'boolean DEFAULT FALSE COMMENT "delete protection for volumes" ');
+
+-- Add console_endpoint_creator_address column to cloud.console_session table
+CALL `cloud`.`IDEMPOTENT_ADD_COLUMN`('cloud.console_session', 
'console_endpoint_creator_address', 'VARCHAR(45)');
+
+-- Add client_address column to cloud.console_session table
+CALL `cloud`.`IDEMPOTENT_ADD_COLUMN`('cloud.console_session', 
'client_address', 'VARCHAR(45)');

Review Comment:
   @weizhouapache @JoaoJandre, I've just added the upgrade path from `4.20.1.0` 
to `4.21.0.0` (see 77530fc63e1a12e129e9dcd901eaef5f23772805). Could you guys 
take a look, please?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to