1
0

name change

This commit is contained in:
2024-02-21 16:06:08 +09:00
parent f7df1224e0
commit 5da7a10ac2
77 changed files with 883 additions and 315 deletions

View File

@ -3,12 +3,12 @@
package enttest
import (
"api/ent"
"context"
"t/ent"
// required by schema hooks.
_ "t/ent/runtime"
_ "api/ent/runtime"
"t/ent/migrate"
"api/ent/migrate"
"entgo.io/ent/dialect/sql/schema"
)