File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
engine/schema/src/main/resources/META-INF/db Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ CREATE TABLE IF NOT EXISTS `cloud`.`reconcile_commands` (
4545 ` host_id` bigint unsigned NOT NULL COMMENT ' id of the host' ,
4646 ` request_sequence` bigint unsigned NOT NULL COMMENT ' sequence of the request' ,
4747 ` resource_id` bigint unsigned DEFAULT NULL COMMENT ' id of the resource' ,
48- ` resource_type` varchar (255 ) NOT NULL COMMENT ' type if the resource' ,
48+ ` resource_type` varchar (255 ) COMMENT ' type if the resource' ,
4949 ` state_by_management` varchar (255 ) COMMENT ' state of the command updated by management server' ,
5050 ` state_by_agent` varchar (255 ) COMMENT ' state of the command updated by cloudstack agent' ,
5151 ` command_name` varchar (255 ) COMMENT ' name of the command' ,
You can’t perform that action at this time.
0 commit comments