Commit fb627bc8 authored by Vincent Bechu's avatar Vincent Bechu

[erp5_officejs] Put schema in local_sub_storage in erp5_configurator

/reviewed-on nexedi/erp5!453
parent 17d19825
......@@ -46,7 +46,6 @@
check_remote_deletion: true,
signature_sub_storage: {
type: "query",
schema: {"modification_date": {type: "string", format: "date-time"}},
sub_storage: {
type: "uuid",
sub_storage: {
......@@ -57,6 +56,7 @@
},
local_sub_storage: {
type: "query",
schema: {"modification_date": {type: "string", format: "date-time"}},
sub_storage: {
type: "uuid",
sub_storage: {
......
......@@ -273,7 +273,7 @@
</item>
<item>
<key> <string>serial</string> </key>
<value> <string>962.47401.51821.21947</string> </value>
<value> <string>962.47403.18301.53196</string> </value>
</item>
<item>
<key> <string>state</string> </key>
......@@ -291,7 +291,7 @@
</tuple>
<state>
<tuple>
<float>1507818916.7</float>
<float>1508138388.36</float>
<string>UTC</string>
</tuple>
</state>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment