Force CI to rerun because I reused the codecov token by mistake

pull/29/head
Vinícius Garcia 2022-08-12 09:49:05 -03:00
parent 56c1ed54da
commit 0e95506343
1 changed files with 1 additions and 1 deletions

View File

@ -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