Skip to content

Commit 24ac2af

Browse files
authored
fixup comment
1 parent e117066 commit 24ac2af

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

scripts/migrate-test/main.go

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,10 @@ import (
2121
// This script validates the migration path
2222
// between two versions.
2323
// It performs the following actions:
24-
// Given OLD_VERSION, NEW_VERSION, and MAINLINE_VERSION:
25-
// 1. Clones coder/coder to a temporary directory
26-
// 2. Creates a temporary database (Docker)
27-
// 3. Checks out $OLD_VERSION and inits schema at that version.
28-
// 4. Checks out $NEW_VERSION and runs migrations.
29-
// 5. Compares database schema pre-migrate to post-migrate.
24+
// Given OLD_VERSION and NEW_VERSION:
25+
// 1. Checks out $OLD_VERSION and inits schema at that version.
26+
// 2. Checks out $NEW_VERSION and runs migrations.
27+
// 3. Compares database schema post-migrate to that in VCS.
3028
// If any diffs are found, exits with an error.
3129
func main() {
3230
var (

0 commit comments

Comments
 (0)