feat: ent update fields.

This commit is contained in:
tx7do
2023-11-08 18:17:47 +08:00
parent d65e7bb928
commit 093172ebca
3 changed files with 6 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
package update
package entgo
import (
"entgo.io/ent/dialect/sql"

View File

@@ -1,10 +1,12 @@
package update
package entgo
import (
"testing"
"entgo.io/ent/dialect"
"entgo.io/ent/dialect/sql"
"github.com/stretchr/testify/require"
"testing"
)
func TestBuildSetNullUpdate(t *testing.T) {

View File

@@ -1,6 +1,6 @@
git tag v1.1.8
git tag bank_card/v1.1.0
git tag entgo/v1.1.9
git tag entgo/v1.1.10
git tag geoip/v1.1.0
git push origin --tags