From 0e9550634359ea718003e26e2978c2f46a66c454 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vin=C3=ADcius=20Garcia?= Date: Fri, 12 Aug 2022 09:49:05 -0300 Subject: [PATCH] Force CI to rerun because I reused the codecov token by mistake --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 264318f..70e4dbd 100644 --- a/README.md +++ b/README.md @@ -465,4 +465,4 @@ is configured to kill the containers after 20 seconds. - Change the `.Transaction(db ksql.Provider)` to a `.Transaction(ctx context.Context)` - Make the `.Query()` method to return a `type Query interface { One(); All(); Chunks(); }` - Have an `Update()` method that updates without ignoring NULLs as `Patch()` does -- Rename `NewTable()` to just `Table()` so it feels right to declare it inline when convenient. +- Rename `NewTable()` to just `Table()` so it feels right to declare it inline when convenient