Move pagination_query.tmpl and time_mixin.go to starter

This commit is contained in:
Achim Rohn
2025-11-15 14:10:00 +01:00
parent 8f50cc9c29
commit 7a3e1ffcfc
6 changed files with 85 additions and 11 deletions
+1 -3
View File
@@ -1,8 +1,6 @@
package schema
import (
"git.gorlug.de/code/ersteller/schema/ent"
"entgo.io/ent"
"entgo.io/ent/schema/edge"
"entgo.io/ent/schema/field"
@@ -14,7 +12,7 @@ type Todo struct {
func (Todo) Mixin() []ent.Mixin {
return []ent.Mixin{
ersteller_ent.TimeMixin{},
TimeMixin{},
}
}