Do not copy pagination query file
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user