fix: make command constraint replay restart-safe
This commit is contained in:
@@ -16,6 +16,6 @@ alter table device_management_command_receipts
|
||||
'edge.ensure',
|
||||
'route.ensure',
|
||||
'enrollment_intent.ensure'
|
||||
));
|
||||
)) not valid;
|
||||
|
||||
commit;
|
||||
|
||||
@@ -20,6 +20,6 @@ alter table device_management_command_receipts
|
||||
'device.transfer',
|
||||
'discovery.reject',
|
||||
'discovery.expire'
|
||||
));
|
||||
)) not valid;
|
||||
|
||||
commit;
|
||||
|
||||
@@ -22,6 +22,6 @@ alter table device_management_command_receipts
|
||||
'discovery.expire',
|
||||
'device_credential_binding.upsert',
|
||||
'device_credential_binding.revoke'
|
||||
));
|
||||
)) not valid;
|
||||
|
||||
commit;
|
||||
|
||||
@@ -26,6 +26,6 @@ alter table device_management_command_receipts
|
||||
'device_binding.revoke',
|
||||
'device_configuration_revision.create',
|
||||
'device_configuration_desired.set'
|
||||
));
|
||||
)) not valid;
|
||||
|
||||
commit;
|
||||
|
||||
Reference in New Issue
Block a user