weizhouapache commented on PR #7302:
URL: https://github.com/apache/cloudstack/pull/7302#issuecomment-1451406377

   > Thanks @weizhouapache - need to remember to confirm also that we included 
the change for passphrase column size larger than 64.
   
   @mlsorensen thanks for the reminder
   
   Just checked it, the size has been changed to 255 in #7003 . it should be 
good
   ```
   @@ -214,7 +214,7 @@ BEGIN
   -- Add passphrase table
   CREATE TABLE IF NOT EXISTS `cloud`.`passphrase` (
       `id` bigint unsigned NOT NULL auto_increment,
       `passphrase` varchar(64) DEFAULT NULL,
       `passphrase` varchar(255) DEFAULT NULL,
       PRIMARY KEY (`id`)
   ) ENGINE=InnoDB DEFAULT CHARSET=utf8;
   ```


-- 
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