Skip to content

Commit f8b9cb1

Browse files
committed
fixup! feat(scripts): add script to check schema between migrations
1 parent 6e7fd5a commit f8b9cb1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

scripts/migrate-test/main.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@ import (
1818
"github.com/coder/coder/v2/coderd/database/migrations"
1919
)
2020

21-
// This script validates the migration path
22-
// between two versions.
21+
// This script validates the migration path between two versions.
2322
// It performs the following actions:
2423
// Given OLD_VERSION and NEW_VERSION:
2524
// 1. Checks out $OLD_VERSION and inits schema at that version.

0 commit comments

Comments
 (0)