Updating to latest pagoda release
This commit is contained in:
parent
05cf6c8318
commit
4d5d45d1a4
111 changed files with 358 additions and 1535 deletions
|
|
@ -5,12 +5,12 @@ package enttest
|
|||
import (
|
||||
"context"
|
||||
|
||||
"github.com/mikestefanello/pagoda/ent"
|
||||
"github.com/camzawacki/personal-site/ent"
|
||||
// required by schema hooks.
|
||||
_ "github.com/mikestefanello/pagoda/ent/runtime"
|
||||
_ "github.com/camzawacki/personal-site/ent/runtime"
|
||||
|
||||
"entgo.io/ent/dialect/sql/schema"
|
||||
"github.com/mikestefanello/pagoda/ent/migrate"
|
||||
"github.com/camzawacki/personal-site/ent/migrate"
|
||||
)
|
||||
|
||||
type (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue