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
-47Lines changed: 0 additions & 47 deletions
Original file line number
Diff line number
Diff line change
@@ -805,50 +805,3 @@ ALTER TABLE cloud.user_vm_details MODIFY value varchar(5120) NOT NULL;
805
805
ALTERTABLEcloud_usage.usage_network DROP PRIMARY KEY, ADD PRIMARY KEY (`account_id`,`zone_id`,`host_id`,`network_id`,`event_time_millis`);
806
806
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`);
807
807
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`);
`id`bigint unsigned NOT NULL AUTO_INCREMENT COMMENT 'id',
813
-
`ms_id`varchar(40) DEFAULT NULL COMMENT 'the uuid of the management server record',
814
-
`last_start` datetime DEFAULT NULL COMMENT 'the last start time for this MS',
815
-
`last_stop` datetime DEFAULT NULL COMMENT 'the last stop time for this MS',
816
-
`last_boot` datetime DEFAULT NULL COMMENT 'the last system boot time for the host of this MS',
817
-
`last_down` datetime DEFAULT NULL COMMENT 'the last system shutdown time for the host of this MS',
818
-
`os_distribution`varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci DEFAULT NULL COMMENT 'the name of the os type running on the host of this MS',
819
-
`java_name`varchar(64) DEFAULT NULL COMMENT 'the name of the java distribution running this MS',
820
-
`java_version`varchar(64) DEFAULT NULL COMMENT 'the version of the java distribution running this MS',
`id`bigint unsigned NOT NULL AUTO_INCREMENT COMMENT 'id',
27
+
`ms_id`varchar(40) DEFAULT NULL COMMENT 'the uuid of the management server record',
28
+
`last_start` datetime DEFAULT NULL COMMENT 'the last start time for this MS',
29
+
`last_stop` datetime DEFAULT NULL COMMENT 'the last stop time for this MS',
30
+
`last_boot` datetime DEFAULT NULL COMMENT 'the last system boot time for the host of this MS',
31
+
`last_down` datetime DEFAULT NULL COMMENT 'the last system shutdown time for the host of this MS',
32
+
`os_distribution`varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci DEFAULT NULL COMMENT 'the name of the os type running on the host of this MS',
33
+
`java_name`varchar(64) DEFAULT NULL COMMENT 'the name of the java distribution running this MS',
34
+
`java_version`varchar(64) DEFAULT NULL COMMENT 'the version of the java distribution running this MS',
0 commit comments