File tree 1 file changed +4
-6
lines changed
1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -21,12 +21,10 @@ import (
21
21
// This script validates the migration path
22
22
// between two versions.
23
23
// 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.
30
28
// If any diffs are found, exits with an error.
31
29
func main () {
32
30
var (
You can’t perform that action at this time.
0 commit comments