Compare commits

..

1 Commits

Author SHA1 Message Date
tx7do
093172ebca feat: ent update fields. 2023-11-08 18:17:47 +08:00
3 changed files with 6 additions and 4 deletions

View File

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

View File

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

View File

@@ -1,6 +1,6 @@
git tag v1.1.8 git tag v1.1.8
git tag bank_card/v1.1.0 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 tag geoip/v1.1.0
git push origin --tags git push origin --tags