GutoVeronezi commented on code in PR #7132:
URL: https://github.com/apache/cloudstack/pull/7132#discussion_r1090566123
##########
engine/schema/src/main/resources/META-INF/db/schema-41720to41800.sql:
##########
@@ -1056,6 +1056,7 @@ CREATE TABLE IF NOT EXISTS `cloud`.`console_session` (
`user_id` bigint(20) unsigned NOT NULL COMMENT 'User who generated the
session',
`instance_id` bigint(20) unsigned NOT NULL COMMENT 'VM for which the
session was generated',
`host_id` bigint(20) unsigned NOT NULL COMMENT 'Host where the VM was when
the session was generated',
+ `acquired` int(1) NOT NULL DEFAULT 0 COMMENT 'True if the session was
already used',
Review Comment:
@nvazquez, could this field be a date? This way we would know the exactly
time user used the session and for how many time, as removed will be set when
the user closes the console.
--
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]