db-push script is no longer necessary
This commit is contained in:
@@ -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()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user