Skip to content

Commit 39979a6

Browse files
committed
Reconcile: fix resource_type cannot be null
1 parent e24876c commit 39979a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

engine/schema/src/main/resources/META-INF/db/schema-42010to42100.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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',

0 commit comments

Comments
 (0)