chore: update ent
Signed-off-by: m.nabokikh <maksim.nabokikh@flant.com>
This commit is contained in:
		@@ -19,7 +19,6 @@ const (
 | 
			
		||||
	FieldName = "name"
 | 
			
		||||
	// FieldLogoURL holds the string denoting the logo_url field in the database.
 | 
			
		||||
	FieldLogoURL = "logo_url"
 | 
			
		||||
 | 
			
		||||
	// Table holds the table name of the oauth2client in the database.
 | 
			
		||||
	Table = "oauth2clients"
 | 
			
		||||
)
 | 
			
		||||
 
 | 
			
		||||
@@ -3,8 +3,8 @@
 | 
			
		||||
package oauth2client
 | 
			
		||||
 | 
			
		||||
import (
 | 
			
		||||
	"entgo.io/ent/dialect/sql"
 | 
			
		||||
	"github.com/dexidp/dex/storage/ent/db/predicate"
 | 
			
		||||
	"github.com/facebook/ent/dialect/sql"
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
// ID filters vertices based on their ID field.
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user