Skip to content

feat(scripts): add script to check schema between migrations #13037

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Apr 23, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fixup! feat(scripts): add script to check schema between migrations
  • Loading branch information
johnstcn committed Apr 23, 2024
commit f8b9cb1d6782ee67e03951df3ea89e91e9ea14d9
3 changes: 1 addition & 2 deletions scripts/migrate-test/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ import (
"github.com/coder/coder/v2/coderd/database/migrations"
)

// This script validates the migration path
// between two versions.
// This script validates the migration path between two versions.
// It performs the following actions:
// Given OLD_VERSION and NEW_VERSION:
// 1. Checks out $OLD_VERSION and inits schema at that version.
Expand Down
Loading