Finishing migration scripts

This commit is contained in:
2025-02-22 11:03:32 +11:00
parent 5d0a26579b
commit 489c684091
6 changed files with 69 additions and 28 deletions

View File

@@ -20,7 +20,7 @@ var migrationsFS embed.FS
func main() {
if len(os.Args) != 4 {
fmt.Println("Usage: psmigrate <file_path> up-to|down-to <version>")
fmt.Println("Usage: prmigrate <file_path> up-to|down-to <version>")
os.Exit(1)
}