chore: update ent
Signed-off-by: m.nabokikh <maksim.nabokikh@flant.com>
This commit is contained in:
@@ -15,7 +15,6 @@ const (
|
||||
FieldRefresh = "refresh"
|
||||
// FieldConnectorData holds the string denoting the connector_data field in the database.
|
||||
FieldConnectorData = "connector_data"
|
||||
|
||||
// Table holds the table name of the offlinesession in the database.
|
||||
Table = "offline_sessions"
|
||||
)
|
||||
|
@@ -3,8 +3,8 @@
|
||||
package offlinesession
|
||||
|
||||
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