Updating to latest pagoda release

This commit is contained in:
Cam Zalewski 2026-05-20 08:00:26 +00:00
parent 05cf6c8318
commit 4d5d45d1a4
111 changed files with 358 additions and 1535 deletions

View file

@ -56,7 +56,7 @@ func ValidColumn(column string) bool {
// package on the initialization of the application. Therefore,
// it should be imported in the main as follows:
//
// import _ "github.com/mikestefanello/pagoda/ent/runtime"
// import _ "github.com/camzawacki/personal-site/ent/runtime"
var (
Hooks [1]ent.Hook
// TokenValidator is a validator for the "token" field. It is called by the builders before save.

View file

@ -7,7 +7,7 @@ import (
"entgo.io/ent/dialect/sql"
"entgo.io/ent/dialect/sql/sqlgraph"
"github.com/mikestefanello/pagoda/ent/predicate"
"github.com/camzawacki/personal-site/ent/predicate"
)
// ID filters vertices based on their ID field.