cloudstack/engine/schema/src
Wei Zhou 8483e8a77e
Apple FR68: modify "passphrase" column to varchar(255) (#227)
For existing environments, please modify the column by

ALTER TABLE `cloud`.`passphrase` MODIFY COLUMN `passphrase` varchar(255) DEFAULT NULL;
2023-02-01 11:13:13 +01:00
..
main Apple FR68: modify "passphrase" column to varchar(255) (#227) 2023-02-01 11:13:13 +01:00
test Add idempotent primary keys on tables missing them (#5785) 2022-01-30 23:31:07 +05:30