From c3119c52973ab7bb80caf5d5859a587950a214f3 Mon Sep 17 00:00:00 2001 From: AxelThevenot Date: Wed, 17 May 2023 23:30:13 +0200 Subject: [PATCH] feat(utils): renamed `upsert` for `merge` (#13) **Features** - `merge` function is the renamed `upsert` function. **Fixes** / **Deprecations** / **Breaking Changes** - `upsert` does not exists anymore. Issue #13 --- bigfunctions/{upsert.yaml => merge.yaml} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename bigfunctions/{upsert.yaml => merge.yaml} (100%) diff --git a/bigfunctions/upsert.yaml b/bigfunctions/merge.yaml similarity index 100% rename from bigfunctions/upsert.yaml rename to bigfunctions/merge.yaml