diff --git a/starter/create/create.go b/starter/create/create.go index 8f11a5d..d4a0b22 100644 --- a/starter/create/create.go +++ b/starter/create/create.go @@ -92,9 +92,6 @@ func (s StarterCreator) Create() { must(os.MkdirAll(filepath.Join(s.params.ProjectDir, "db"), 0o755)) } - must(os.MkdirAll(filepath.Join(s.params.ProjectDir, "scripts"), 0o755)) - s.copyFile("../../scripts/db-push.sh", "scripts/db-push.sh") - if s.params.DbType == DatabaseTypeSqlite { s.executeDbPush() }