chore: update ent
Signed-off-by: m.nabokikh <maksim.nabokikh@flant.com>
This commit is contained in:
@@ -15,7 +15,6 @@ const (
|
||||
FieldSigningKeyPub = "signing_key_pub"
|
||||
// FieldNextRotation holds the string denoting the next_rotation field in the database.
|
||||
FieldNextRotation = "next_rotation"
|
||||
|
||||
// Table holds the table name of the keys in the database.
|
||||
Table = "keys"
|
||||
)
|
||||
|
@@ -5,8 +5,8 @@ package keys
|
||||
import (
|
||||
"time"
|
||||
|
||||
"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