ent: support schema view (#4157)

This commit is contained in:
Ariel Mashraki
2024-07-28 19:00:47 +03:00
committed by GitHub
parent 5cd2ede22d
commit 15bebe8d89
95 changed files with 14608 additions and 32 deletions

View File

@@ -19,7 +19,7 @@ import (
"github.com/stretchr/testify/require"
)
func TestTriggersTypes(t *testing.T) {
func TestTriggers(t *testing.T) {
if os.Getenv("CI") != "" {
t.Skip()
}