do migration in one transaction with rollback

This commit is contained in:
Milo Schwartz 2025-01-29 19:55:08 -05:00
parent 34c8c0db70
commit bdf72662bf
No known key found for this signature in database
3 changed files with 183 additions and 187 deletions

View file

@ -21,6 +21,7 @@ import (
func loadVersions(config *Config) {
config.PangolinVersion = "replaceme"
config.GerbilVersion = "replaceme"
// config.BadgerVersion = "replaceme"
}
//go:embed fs/*
@ -487,4 +488,4 @@ func pullAndStartContainers() error {
}
return nil
}
}