chore: update ent
Signed-off-by: m.nabokikh <maksim.nabokikh@flant.com>
This commit is contained in:
		| @@ -39,7 +39,6 @@ const ( | ||||
| 	FieldCreatedAt = "created_at" | ||||
| 	// FieldLastUsed holds the string denoting the last_used field in the database. | ||||
| 	FieldLastUsed = "last_used" | ||||
|  | ||||
| 	// Table holds the table name of the refreshtoken in the database. | ||||
| 	Table = "refresh_tokens" | ||||
| ) | ||||
|   | ||||
| @@ -5,8 +5,8 @@ package refreshtoken | ||||
| 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