We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f521a5 commit 3b67723Copy full SHA for 3b67723
1 file changed
engine/schema/src/main/resources/META-INF/db/schema-42210to42300.sql
@@ -151,4 +151,4 @@ WHERE NOT EXISTS (SELECT 1 FROM `cloud`.`configuration` WHERE `name` = 'kvm.cpu.
151
AND `cfg`.`name` = 'vm.serviceoffering.cpu.cores.max';
152
153
-- Add description for secondary IP addresses
154
-CALL `cloud`.`IDEMPOTENT_ADD_COLUMN`('cloud.nic_secondary_ips', 'description', 'VARCHAR(2048) DEFAULT NULL');
+CALL `cloud`.`IDEMPOTENT_ADD_COLUMN`('cloud.nic_secondary_ips', 'description', 'VARCHAR(2048) DEFAULT NULL');
0 commit comments