db-push script is no longer necessary

This commit is contained in:
Achim Rohn
2025-11-15 14:04:04 +01:00
parent 96063c7561
commit 8f50cc9c29
-3
View File
@@ -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()
}