Do not copy pagination query file

This commit is contained in:
Achim Rohn
2025-11-15 14:11:24 +01:00
parent 7a3e1ffcfc
commit 20b73ef1d2
-1
View File
@@ -113,7 +113,6 @@ func (s StarterCreator) Create() {
} }
func (s StarterCreator) copySchemaFiles() { func (s StarterCreator) copySchemaFiles() {
s.copyFile("../../schema/ent/pagination_query.tmpl", "ent/pagination_query.tmpl")
content, err := os.ReadFile(filepath.Join(s.thisDir, "../generate_schema.go")) content, err := os.ReadFile(filepath.Join(s.thisDir, "../generate_schema.go"))
must(err) must(err)
//content = s.replaceImports(content) //content = s.replaceImports(content)