3
0

Fix Delete/delete store config inconsistency

This commit is contained in:
Denis Arh
2020-10-18 15:39:38 +02:00
parent 754ebbde95
commit 9a21226163
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ type (
Create storeTypeCreateDef `yaml:"create"`
Update storeTypeUpdateDef `yaml:"update"`
Upsert storeTypeUpsertDef `yaml:"upsert"`
Delete storeTypeDeleteDef `yaml:"Delete"`
Delete storeTypeDeleteDef `yaml:"delete"`
Truncate storeTypeTruncateDef `yaml:"truncate"`
// Make interfaces and store functions
+1 -1
View File
@@ -42,5 +42,5 @@ update:
upsert:
enable: false
Delete:
delete:
enable: false
+1 -1
View File
@@ -49,7 +49,7 @@ update:
upsert:
export: false
Delete:
delete:
export: false
truncate:
+1 -1
View File
@@ -64,7 +64,7 @@ update:
upsert:
export: false
Delete:
delete:
export: false
truncate: