You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: engine/schema/src/main/resources/META-INF/db/schema-41520to41600.sql
+1-1
Original file line number
Diff line number
Diff line change
@@ -792,4 +792,4 @@ ALTER TABLE cloud_usage.usage_network DROP PRIMARY KEY, ADD PRIMARY KEY (`accoun
792
792
ALTERTABLE`cloud`.`user_statistics` DROP INDEX `account_id`, ADD UNIQUE KEY `account_id` (`account_id`,`data_center_id`,`public_ip_address`,`device_id`,`device_type`, `network_id`);
793
793
ALTERTABLE`cloud_usage`.`user_statistics` DROP INDEX `account_id`, ADD UNIQUE KEY `account_id` (`account_id`,`data_center_id`,`public_ip_address`,`device_id`,`device_type`, `network_id`);
794
794
795
-
ALTERTABLE`cloud`.`vm_work_job` ADD COLUMN `secondary_key`char(100) COMMENT 'any additional item that must be checked during queueing' AFTER `vm_instance_id`;
795
+
ALTERTABLE`cloud`.`vm_work_job` ADD COLUMN `secondary_object`char(100) COMMENT 'any additional item that must be checked during queueing' AFTER `vm_instance_id`;
0 commit comments