diff --git a/pkg/codegen/store.go b/pkg/codegen/store.go index eb5ec89b0..7bb05c216 100644 --- a/pkg/codegen/store.go +++ b/pkg/codegen/store.go @@ -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 diff --git a/store/actionlog.yaml b/store/actionlog.yaml index 03f0a774a..9ef468f4e 100644 --- a/store/actionlog.yaml +++ b/store/actionlog.yaml @@ -42,5 +42,5 @@ update: upsert: enable: false -Delete: +delete: enable: false diff --git a/store/compose_record_values.yaml b/store/compose_record_values.yaml index 7d5d4c248..35dd582f8 100644 --- a/store/compose_record_values.yaml +++ b/store/compose_record_values.yaml @@ -49,7 +49,7 @@ update: upsert: export: false -Delete: +delete: export: false truncate: diff --git a/store/compose_records.yaml b/store/compose_records.yaml index 21273ef39..18798938c 100644 --- a/store/compose_records.yaml +++ b/store/compose_records.yaml @@ -64,7 +64,7 @@ update: upsert: export: false -Delete: +delete: export: false truncate: